Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
efcc46b4d9626125d0c0826e30fd2353f3d5714b
/
.
/
modules
/
feh.nix
blob: dafeb4a8ef58ed841df52d04247e087f0e7476c1 [
file
] [
log
] [
blame
]
Skyler Grey
51a0c61
2022-11-05 09:59:04 +0000
[
diff
] [
blame
]
1
{
pkgs
,
...}:
{
2
home
.
home
=
{
3
packages
=
[
pkgs
.
feh
];
4
file
.
".xmonad/background.png"
.
source
=
./
feh
/
background
.
png
;
5
};
6
}