summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2023-03-01 16:22:09 +0100
committerQuentin Aristote <quentin@aristote.fr>2023-03-01 16:22:09 +0100
commit20825c9ec1dee69791d252ac3709cfc5c850045b (patch)
tree760f1237f049ffb5a099ddbed1d1621c545b404a /nixos
parentd5f0c356a33ec0b5670595f9a5175a642acee900 (diff)
use stylix
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