From d20693de9a8decac34eb1bf6af92d580cc080b1d Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Fri, 8 Nov 2024 14:19:25 +0100 Subject: [PATCH] change theme Former-commit-id: 48c334cb5e6d43b721cbed05d9c9c53cd2a86004 --- hosts/laptop/configuration.nix | 1 + hosts/laptop/variables.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 84e1741..d9b91ed 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -20,6 +20,7 @@ ../../nixos/docker.nix ../../nixos/pia.nix + # Choose your theme here ../../themes/stylix/pinky.nix ./hardware-configuration.nix diff --git a/hosts/laptop/variables.nix b/hosts/laptop/variables.nix index 2d9ef39..eb8cdb2 100644 --- a/hosts/laptop/variables.nix +++ b/hosts/laptop/variables.nix @@ -22,6 +22,7 @@ autoUpgrade = false; autoGarbageCollector = false; + # Choose your theme variables here theme = import ../../themes/var/pinky.nix; }; }