feat: switch theme with nix specialisations
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user