From 2fa9badd894ba83ce791ef441a31b12db4cfcb64 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Thu, 20 Nov 2025 21:00:19 -0600 Subject: [PATCH] stylix enable gnome 39 --- config/stylix.nix | 2 +- hosts/workstation/toggles.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/stylix.nix b/config/stylix.nix index 85f78fe..5d79e53 100644 --- a/config/stylix.nix +++ b/config/stylix.nix @@ -9,7 +9,7 @@ let schemesFile = import ./schemes.nix { inherit pkgs inputs; }; - scheme = schemesFile.schemes.who; + scheme = schemesFile.schemes.jesus; cfg = config.my.stylix; gnomeEnabled = config.services.desktopManager.gnome.enable; in diff --git a/hosts/workstation/toggles.nix b/hosts/workstation/toggles.nix index 1eaf8b1..5f12e62 100644 --- a/hosts/workstation/toggles.nix +++ b/hosts/workstation/toggles.nix @@ -3,7 +3,7 @@ let inherit (inputs.self.lib) mkEnabled enableList; in { - # stylix.enable = true; + stylix.enable = true; emacs.enable = true; enableContainers = true; servers.drpp.enable = true;