summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--machines/laptop/hardware-configuration.nix1
-rw-r--r--users/andromeda/home.nix2
-rw-r--r--users/andromeda/stylix.nix1
3 files changed, 3 insertions, 1 deletions
diff --git a/machines/laptop/hardware-configuration.nix b/machines/laptop/hardware-configuration.nix
index 654a931..bde1c83 100644
--- a/machines/laptop/hardware-configuration.nix
+++ b/machines/laptop/hardware-configuration.nix
@@ -23,6 +23,7 @@
#options = ["defaults" "size=60%" "mode=755"];
device = "/dev/disk/by-uuid/16c93673-4f0e-4010-a7f4-7ccffb20edb7";
fsType = "btrfs";
+ options = ["subvol=root"];
};
boot.initrd.postResumeCommands = lib.mkAfter ''
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;
diff --git a/users/andromeda/stylix.nix b/users/andromeda/stylix.nix
index 2e7af13..7f56575 100644
--- a/users/andromeda/stylix.nix
+++ b/users/andromeda/stylix.nix
@@ -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;