- Changed to use unstable branch. - Removed Noctalia. - Enhanced Stylix configuration. Now targets nothing by default.
10 lines
138 B
Nix
10 lines
138 B
Nix
{ ... }:
|
|
{
|
|
systemd.user.services."firefox-autostart" = {
|
|
serviceConfig = {
|
|
ExecStart = "";
|
|
ExecStop = "";
|
|
};
|
|
};
|
|
}
|