Change wallpaper

This commit is contained in:
Natsu Kagami 2022-10-31 10:45:03 +01:00
parent 7d1deb9c16
commit b0a826a881
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
3 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@ with lib; {
config = (mkIf pkgs.stdenv.isLinux {
home.packages = with pkgs; [
psmisc # killall and friends
file # Query file type
pinentry-gnome
] ++ (

Binary file not shown.

After

Width:  |  Height:  |  Size: 4 MiB

View file

@ -45,7 +45,7 @@ in
# Graphical set up
linux.graphical.type = "wayland";
linux.graphical.wallpaper = ./images/wallpaper_0.png;
linux.graphical.wallpaper = ./images/wallpaper_macbook.png;
# Enable sway
programs.my-sway.enable = true;
programs.my-sway.fontSize = 20.0;