Feature creep #2

Merged
remoll merged 6 commits from feature/quickshell into main 2025-12-02 22:06:54 +00:00
2 changed files with 12 additions and 1 deletions
Showing only changes of commit 625039ee58 - Show all commits

View File

@@ -0,0 +1,11 @@
# Write an importable nix file that copies a folder from this repo into the store and creates a symlink to a predictible directory in my home file
{
lib, pkgs, ...
}:
{
# Copy the entire wallpapers directory into the Nix store and symlink it to ~/wallpapers
home.file."wallpapers" = {
source = ../../wallpapers;
target = "Pictures/wallpapers";
};
}

View File

@@ -38,7 +38,7 @@ with lib.hm.gvariant;
../../modules/home-manager/stylix.nix ../../modules/home-manager/stylix.nix
../../modules/home-manager/thunderbird.nix ../../modules/home-manager/thunderbird.nix
../../modules/home-manager/uxplay.nix ../../modules/home-manager/uxplay.nix
# ../../modules/home-manager/wofi.nix ../../modules/home-manager/wallpaper.nix
../../modules/home-manager/xdg-portals.nix ../../modules/home-manager/xdg-portals.nix
]; ];
} }