Add random wallpaper
This commit is contained in:
parent
e7aed34b2e
commit
519a73d762
3 changed files with 2 additions and 0 deletions
BIN
.background-image
Normal file
BIN
.background-image
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 MiB |
|
@ -18,6 +18,7 @@ in
|
|||
{ command = "exec $HOME/dev/dotfiles/nixos/i3/lock.sh"; always = false; notification = false; }
|
||||
{ command = "exec $HOME/dev/dotfiles/nixos/i3/battery-popup.sh"; always = false; notification = false; }
|
||||
{ command = "exec xdg-mime default org.gnome.Evince.desktop application/pdf"; always = false; notification = false; }
|
||||
{ command = "exec ${pkgs.feh}/bin/feh --bg-scale ~/.background-image"; always = true; notification = false; }
|
||||
];
|
||||
|
||||
window = {
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
allowAnyUser = true;
|
||||
};
|
||||
|
||||
fractalart.enable = true;
|
||||
colord.enable = true;
|
||||
xserver.windowManager.i3.enable = true;
|
||||
xserver.displayManager.sddm = {
|
||||
|
|
Loading…
Reference in a new issue