- 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:
@ -37,6 +37,13 @@
|
||||
programs = {
|
||||
home-manager = { enable = true; };
|
||||
|
||||
|
||||
zoxide = {
|
||||
enable = true;
|
||||
options = [
|
||||
"--cmd cd"
|
||||
];
|
||||
};
|
||||
|
||||
kitty = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user