feat: switch theme with nix specialisations

This commit is contained in:
2025-12-18 04:02:04 -05:00
parent 893030ef66
commit d708b43395
2 changed files with 71 additions and 68 deletions
+9 -2
View File
@@ -2,15 +2,14 @@
{
imports = [
inputs.nixvim.homeModules.nixvim
inputs.stylix.homeModules.stylix
inputs.zen-browser.homeModules.default
#inputs.stylix.homeModules.stylix
./programs
./clangd.nix
./hyprland.nix
./packages.nix
./stylix.nix
./xdg.nix
];
@@ -18,6 +17,14 @@
home.homeDirectory = "/home/autumn";
home.stateVersion = "25.05";
stylix = {
targets.waybar.enable = false;
targets.zathura.enable = false;
targets.vesktop.enable = false;
targets.zen-browser.profileNames = [ "default" ];
targets.gnome.enable = false;
};
nixpkgs.config = {
allowUnfree = true;
allowUnfreePredicate = _: true;