mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium: 🏳️⚧️
This commit is contained in:
parent
d5a7a9007b
commit
9894170baa
3 changed files with 8 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ in
|
||||||
../overlays/nur.nix
|
../overlays/nur.nix
|
||||||
../overlays/wired-notify.nix
|
../overlays/wired-notify.nix
|
||||||
../overlays/nix-tree.nix
|
../overlays/nix-tree.nix
|
||||||
|
../overlays/wallpapers.nix
|
||||||
|
|
||||||
../overlays/packages.nix
|
../overlays/packages.nix
|
||||||
./vanadium/overlay.nix
|
./vanadium/overlay.nix
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,7 @@
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
".xscreensaver".source = "${./xscreensaver/.xscreensaver}";
|
".xscreensaver".source = "${./xscreensaver/.xscreensaver}";
|
||||||
|
".wallpaper".source = "${pkgs.wallpapers.estradiol}/main.svg";
|
||||||
};
|
};
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
"xmonad".source = "${./xmonad}";
|
"xmonad".source = "${./xmonad}";
|
||||||
|
|
|
||||||
6
nix/overlays/wallpapers.nix
Normal file
6
nix/overlays/wallpapers.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
let
|
||||||
|
sources = import ../sources.nix;
|
||||||
|
in
|
||||||
|
_: _: {
|
||||||
|
wallpapers = import sources.wallpapers {};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue