Set up passff in favour of browserpass
This also introduces a custom `satellite.toggles` module.
This commit is contained in:
parent
eca258cdfc
commit
6aea9045c7
6 changed files with 94 additions and 67 deletions
modules/home-manager/firefox
|
@ -76,7 +76,7 @@ in
|
|||
terminal = false;
|
||||
name = app.displayName;
|
||||
type = "Application";
|
||||
exec = "firefox --name=${app.displayName} --no-remote -P \"${app.name}\" \"${app.url}\"";
|
||||
exec = "firefox --name=${app.displayName} --no-remote --kiosk -P \"${app.name}\" \"${app.url}\"";
|
||||
icon = app.icon;
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue