- Removed Hyprland.
- Changed to use unstable branch. - Removed Noctalia. - Enhanced Stylix configuration. Now targets nothing by default.
This commit is contained in:
@ -12,6 +12,7 @@
|
||||
|
||||
stylix = {
|
||||
enable = true;
|
||||
autoEnable = false; #So I can choose my programs it targets myself!
|
||||
image = ../../other/wallpaper2.png;
|
||||
#autoEnable = true; #Auto generate theme based on wallpaper
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/dracula.yaml";
|
||||
@ -36,8 +37,11 @@
|
||||
};
|
||||
};
|
||||
targets = {
|
||||
grub.enable = false;
|
||||
qt.enable = false;
|
||||
plymouth.enable = true;
|
||||
plymouth.logoAnimated = true;
|
||||
console.enable = true; #Default console without desktop environment! (NOT KITTY!)
|
||||
#grub.enable = false;
|
||||
#qt.enable = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@ -9,9 +9,9 @@
|
||||
|
||||
stylix = {
|
||||
targets = {
|
||||
kitty.enable = false;
|
||||
kde.enable = false;
|
||||
zen-browser.profileNames = [ "${username}" ];
|
||||
#kitty.enable = false;
|
||||
#kde.enable = false;
|
||||
#zen-browser.profileNames = [ "${username}" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user