- 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:
@ -1,5 +1,14 @@
|
||||
{ ... }:
|
||||
{ username, ... }:
|
||||
{
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
profiles = {
|
||||
"${username}" = {
|
||||
extensions.force = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
systemd.user.services."firefox-autostart" = {
|
||||
serviceConfig = {
|
||||
ExecStart = "";
|
||||
|
||||
Reference in New Issue
Block a user