Renamed 'firefox-home' module to only 'home'
This commit is contained in:
17
modules/firefox/home.nix
Normal file
17
modules/firefox/home.nix
Normal file
@ -0,0 +1,17 @@
|
||||
{username, ...}: {
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
profiles = {
|
||||
"${username}" = {
|
||||
extensions.force = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
systemd.user.services."firefox-autostart" = {
|
||||
serviceConfig = {
|
||||
ExecStart = "";
|
||||
ExecStop = "";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user