fix bugs with wallpaper and btrfs subvolume
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
# silk-light is light theme
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-material-dark-hard.yaml";
|
||||
polarity = "dark";
|
||||
image = "${pkgs.nixos-artwork.wallpapers.gear}/share/backgrounds/nixos/nix-wallpaper-gear.png";
|
||||
fonts = {
|
||||
monospace = {
|
||||
package = pkgs.miracode;
|
||||
|
||||
Reference in New Issue
Block a user