link wallpapers
This commit is contained in:
11
modules/home-manager/wallpaper.nix
Normal file
11
modules/home-manager/wallpaper.nix
Normal 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";
|
||||
};
|
||||
}
|
||||
@@ -38,7 +38,7 @@ with lib.hm.gvariant;
|
||||
../../modules/home-manager/stylix.nix
|
||||
../../modules/home-manager/thunderbird.nix
|
||||
../../modules/home-manager/uxplay.nix
|
||||
# ../../modules/home-manager/wofi.nix
|
||||
../../modules/home-manager/wallpaper.nix
|
||||
../../modules/home-manager/xdg-portals.nix
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user