From ffcde8309c8a91cac4cd3384d739809ec053fe12 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Fri, 25 Jul 2025 14:56:34 -0600 Subject: [PATCH] changed theme --- config/stylix.nix | 3 ++- hosts/workstation/toggles.nix | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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;