summaryrefslogtreecommitdiff
path: root/nixos/gui.nix
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/gui.nix
parentd5f0c356a33ec0b5670595f9a5175a642acee900 (diff)
use stylix
Diffstat (limited to 'nixos/gui.nix')
-rw-r--r--nixos/gui.nix1
1 files changed, 1 insertions, 0 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 = {