- 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:
2025-12-11 10:55:05 +01:00
parent 4daef71117
commit 6bb20b177b
15 changed files with 336 additions and 272 deletions

View File

@ -1,5 +1,14 @@
{ ... }:
{ username, ... }:
{
programs.firefox = {
enable = true;
profiles = {
"${username}" = {
extensions.force = true;
};
};
};
systemd.user.services."firefox-autostart" = {
serviceConfig = {
ExecStart = "";