diff --git a/hosts/morty/files/lockscreen.png b/hosts/morty/files/lockscreen.png new file mode 100644 index 0000000..9fc386f Binary files /dev/null and b/hosts/morty/files/lockscreen.png differ diff --git a/hosts/morty/home-config.nix b/hosts/morty/home-config.nix index 000cb12..1701470 100644 --- a/hosts/morty/home-config.nix +++ b/hosts/morty/home-config.nix @@ -24,6 +24,7 @@ gaming.lutris.enable = true; desktop.sway = { enable = true; + wallpapers.lockscreen = "${./files/lockscreen.png}"; kanshi = true; waybar = { laptop = true; diff --git a/home-manager/hosts/morty.nix b/hosts/morty/includes/home-manager.nix similarity index 100% rename from home-manager/hosts/morty.nix rename to hosts/morty/includes/home-manager.nix