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

@@ -23,6 +23,7 @@
#options = ["defaults" "size=60%" "mode=755"]; #options = ["defaults" "size=60%" "mode=755"];
device = "/dev/disk/by-uuid/16c93673-4f0e-4010-a7f4-7ccffb20edb7"; device = "/dev/disk/by-uuid/16c93673-4f0e-4010-a7f4-7ccffb20edb7";
fsType = "btrfs"; fsType = "btrfs";
options = ["subvol=root"];
}; };
boot.initrd.postResumeCommands = lib.mkAfter '' boot.initrd.postResumeCommands = lib.mkAfter ''

View File

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

View File

@@ -10,6 +10,7 @@
# silk-light is light theme # silk-light is light theme
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-material-dark-hard.yaml"; base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-material-dark-hard.yaml";
polarity = "dark"; polarity = "dark";
image = "${pkgs.nixos-artwork.wallpapers.gear}/share/backgrounds/nixos/nix-wallpaper-gear.png";
fonts = { fonts = {
monospace = { monospace = {
package = pkgs.miracode; package = pkgs.miracode;