diff --git a/src/user/configs/default.nix b/src/user/configs/default.nix index 5851ff1..d0acf2d 100644 --- a/src/user/configs/default.nix +++ b/src/user/configs/default.nix @@ -6,6 +6,7 @@ let email = "bryan@ramos.codes"; shell = pkgs.bash; + # This will pull an image from your ~Pictures/wallpapers directory wallpaper = "mountains.jpg"; groups = [ "wheel" "networkmanager" "home-manager" "input" ]; diff --git a/wallpapers b/wallpapers deleted file mode 120000 index 2580d92..0000000 --- a/wallpapers +++ /dev/null @@ -1 +0,0 @@ -src/user/modules/gui/wallpapers/ \ No newline at end of file