diff --git a/users/krop/default.nix b/users/krop/default.nix index d5302c7..fd2e93a 100644 --- a/users/krop/default.nix +++ b/users/krop/default.nix @@ -124,6 +124,15 @@ "_storage_free_" ]; }; + "org/gnome/desktop/background" = + let + bgPath = "file://${./nyan_cat.jpg}"; + in + { + picture-options = "zoom"; + picture-uri = bgPath; + picture-uri-dark = bgPath; + }; }; }; diff --git a/users/krop/nyan_cat.jpg b/users/krop/nyan_cat.jpg new file mode 100644 index 0000000..9f1e8d0 Binary files /dev/null and b/users/krop/nyan_cat.jpg differ