fix bugs with wallpaper and btrfs subvolume

This commit is contained in:
andromeda
2025-12-30 11:32:29 +01:00
parent f53da44456
commit 9a089ea509
3 changed files with 3 additions and 1 deletions

View File

@@ -111,7 +111,7 @@ in {
pkgs.tree
pkgs.zoxide
];
file.${background-path}.source = pkgs.nixos-artwork.wallpapers.gear;
file.${background-path}.source = config.stylix.image;
};
programs = {
alacritty.enable = true;