summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/gui.nix1
-rw-r--r--nixos/nix.nix5
2 files changed, 4 insertions, 2 deletions
diff --git a/nixos/gui.nix b/nixos/gui.nix
index 7c76a43..0342747 100644
--- a/nixos/gui.nix
+++ b/nixos/gui.nix
@@ -6,6 +6,7 @@ in {
enable = true;
xserver.enable = true;
i3.enable = true;
+ stylix.enable = true;
};
services.xserver = {
diff --git a/nixos/nix.nix b/nixos/nix.nix
index 27198ac..0f17fcb 100644
--- a/nixos/nix.nix
+++ b/nixos/nix.nix
@@ -9,10 +9,11 @@
};
system.autoUpgrade.flags = pkgs.personal.lib.updateInputFlags [
- "latitude-7490/nixpkgs"
"latitude-7490/home-manager"
- "latitude-7490/nixos-hardware"
"latitude-7490/my-nixpkgs"
+ "latitude-7490/nixos-hardware"
+ "latitude-7490/nixpkgs"
+ "lattitude-7490/stylix"
];
# make auto-upgrade service lightweight