enable stylix correctly this time

This commit is contained in:
Noa Aarts 2025-07-04 16:20:34 +02:00
parent 890a4e7042
commit d16a1e81f8
Signed by: noa
GPG key ID: 1850932741EFF672
4 changed files with 3 additions and 11 deletions

View file

@ -217,6 +217,8 @@
}; };
stylix = { stylix = {
enable = true;
autoEnable = true;
base16Scheme = "${pkgs.base16-schemes}/share/themes/dracula.yaml"; base16Scheme = "${pkgs.base16-schemes}/share/themes/dracula.yaml";
targets.plymouth.enable = false; targets.plymouth.enable = false;
}; };

View file

@ -73,8 +73,8 @@
nixosConfigurations = nixosConfigurations =
let let
commonModules = with inputs; [ commonModules = with inputs; [
stylix.nixosModules.stylix
home-manager.nixosModules.default home-manager.nixosModules.default
stylix.nixosModules.stylix
agenix.nixosModules.default agenix.nixosModules.default
disko.nixosModules.disko disko.nixosModules.disko
lix-module.nixosModules.default lix-module.nixosModules.default

View file

@ -89,11 +89,6 @@
dconf = { dconf = {
enable = true; enable = true;
settings = {
"org/gnome/desktop/interface" = {
color-scheme = "prefer-dark";
};
};
}; };
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.

View file

@ -89,11 +89,6 @@
dconf = { dconf = {
enable = true; enable = true;
settings = {
"org/gnome/desktop/interface" = {
color-scheme = "prefer-dark";
};
};
}; };
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.