diff options
| author | andromeda <andromeda@lenovo> | 2025-12-30 11:32:29 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2025-12-30 11:32:29 +0100 |
| commit | 9a089ea5090c72e363446b1576724edfbdb42c81 (patch) | |
| tree | 8aab801a3e0e71bc32f85b19dffdbb9719274085 /users/andromeda/home.nix | |
| parent | f53da444568b41d5fb49a6fcf216573ba3dbb8c5 (diff) | |
fix bugs with wallpaper and btrfs subvolume
Diffstat (limited to 'users/andromeda/home.nix')
| -rw-r--r-- | users/andromeda/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/andromeda/home.nix b/users/andromeda/home.nix index 526d677..3812842 100644 --- a/users/andromeda/home.nix +++ b/users/andromeda/home.nix @@ -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; |
