This website requires JavaScript.
Explore
Help
Sign In
sam
/
nixos
Watch
1
Star
0
Fork
You've already forked nixos
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a9ecc94a77
nixos
/
home
/
common
/
optional
/
desktop
/
x11
/
default.nix
11 lines
98 B
Nix
Raw
Blame
History
{
pkgs
,
.
.
.
}:
{
imports
=
[
]
;
home
.
packages
=
[
pkgs
.
dunst
pkgs
.
flameshot
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink