diff --git a/config/stylix.nix b/config/stylix.nix index 893b94c..d3ce8c0 100644 --- a/config/stylix.nix +++ b/config/stylix.nix @@ -6,7 +6,7 @@ }: let schemesFile = import ./schemes.nix { inherit pkgs; }; - scheme = schemesFile.schemes.vulcano; + scheme = schemesFile.schemes.space; cfg = config.my.stylix; in { @@ -32,6 +32,7 @@ in enable = true; autoEnable = cfg.enable; iconTheme = { + enable = cfg.enable; package = scheme.iconPackage; light = "Papirus-Light"; dark = "Papirus-Dark"; diff --git a/hosts/workstation/toggles.nix b/hosts/workstation/toggles.nix index 4eb7f8f..48d74ae 100644 --- a/hosts/workstation/toggles.nix +++ b/hosts/workstation/toggles.nix @@ -6,7 +6,7 @@ let enableList = func: list: list |> map func |> builtins.listToAttrs; in { - stylix.enable = false; + stylix.enable = true; emacs.enable = true; enableContainers = true; servers.drpp.enable = true;