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; }; }