diff --git a/configuration.nix b/configuration.nix index bf04c96..2dee11b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -75,6 +75,13 @@ catppuccin = { enable = true; flavor = "mocha"; + sddm = { + enable = true; + background = "/home/chase/nixos-config/home/wallpaper.jpg"; + flavor = "mocha"; + font = "IBM Plex Sans"; + fontSize = "11"; + }; }; # Enable graphics acceleration and AMDVLK diff --git a/home/wallpaper.jpg b/home/wallpaper.jpg new file mode 100644 index 0000000..d65c0f2 Binary files /dev/null and b/home/wallpaper.jpg differ