Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
f8cca8f82f03b1622bcf9634b675eb285ab2da27
/
.
/
src
/
apps
/
personal
/
swaynotificationcenter.nix
blob: 74145665933085e8e4bae0474dd0a25698a098e9 [
file
] [
log
] [
blame
]
Skyler Grey
f8cca8f
2022-05-24 20:17:21 +0100
[
diff
] [
blame^
]
1
{
nixpkgs
-
unstable
,
...
}:
{
2
home
.
packages
=
with
nixpkgs
-
unstable
;
[
3
swaynotificationcenter
4
];
5
}