From 201e2160a47a0ddf6943186aaf90e8e2058b78f1 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Thu, 9 May 2024 16:45:12 -0400 Subject: [PATCH] removed redundant --- src/user/configs/default.nix | 1 + wallpapers | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 120000 wallpapers 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