Change wallpaper
This commit is contained in:
parent
7d1deb9c16
commit
b0a826a881
|
@ -7,6 +7,7 @@ with lib; {
|
||||||
config = (mkIf pkgs.stdenv.isLinux {
|
config = (mkIf pkgs.stdenv.isLinux {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
psmisc # killall and friends
|
psmisc # killall and friends
|
||||||
|
file # Query file type
|
||||||
|
|
||||||
pinentry-gnome
|
pinentry-gnome
|
||||||
] ++ (
|
] ++ (
|
||||||
|
|
BIN
home/images/wallpaper_macbook.png
Normal file
BIN
home/images/wallpaper_macbook.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4 MiB |
|
@ -45,7 +45,7 @@ in
|
||||||
|
|
||||||
# Graphical set up
|
# Graphical set up
|
||||||
linux.graphical.type = "wayland";
|
linux.graphical.type = "wayland";
|
||||||
linux.graphical.wallpaper = ./images/wallpaper_0.png;
|
linux.graphical.wallpaper = ./images/wallpaper_macbook.png;
|
||||||
# Enable sway
|
# Enable sway
|
||||||
programs.my-sway.enable = true;
|
programs.my-sway.enable = true;
|
||||||
programs.my-sway.fontSize = 20.0;
|
programs.my-sway.fontSize = 20.0;
|
||||||
|
|
Loading…
Reference in a new issue