enable stylix correctly this time
This commit is contained in:
parent
890a4e7042
commit
d16a1e81f8
4 changed files with 3 additions and 11 deletions
|
|
@ -217,6 +217,8 @@
|
|||
};
|
||||
|
||||
stylix = {
|
||||
enable = true;
|
||||
autoEnable = true;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/dracula.yaml";
|
||||
targets.plymouth.enable = false;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -73,8 +73,8 @@
|
|||
nixosConfigurations =
|
||||
let
|
||||
commonModules = with inputs; [
|
||||
stylix.nixosModules.stylix
|
||||
home-manager.nixosModules.default
|
||||
stylix.nixosModules.stylix
|
||||
agenix.nixosModules.default
|
||||
disko.nixosModules.disko
|
||||
lix-module.nixosModules.default
|
||||
|
|
|
|||
|
|
@ -89,11 +89,6 @@
|
|||
|
||||
dconf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
|
|
|
|||
|
|
@ -89,11 +89,6 @@
|
|||
|
||||
dconf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue