- Updated stylix for improved aesthetics. (Defaults to plasma theme for qt apps)
- Added zoxide - Adjusted gaps and border widths in niri layout. - Added new wallpaper files.
This commit is contained in:
@ -40,7 +40,7 @@
|
||||
plymouth.enable = true;
|
||||
plymouth.logoAnimated = true;
|
||||
console.enable = true; #Default console without desktop environment! (NOT KITTY!)
|
||||
#grub.enable = false;
|
||||
grub.enable = false;
|
||||
#qt.enable = false;
|
||||
};
|
||||
};
|
||||
|
||||
@ -9,9 +9,16 @@
|
||||
|
||||
stylix = {
|
||||
targets = {
|
||||
#kitty.enable = false;
|
||||
kitty.enable = false;
|
||||
#firefox = {
|
||||
# enable = true;
|
||||
# colorTheme.enable = true;
|
||||
# profileNames = [ "${username}" ];
|
||||
#};
|
||||
qt.enable = true;
|
||||
qt.platform = "kde";
|
||||
#kde.enable = false;
|
||||
#zen-browser.profileNames = [ "${username}" ];
|
||||
zen-browser.profileNames = [ "${username}" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user