1
Fork 0

Set up passff in favour of browserpass

This also introduces a custom `satellite.toggles` module.
This commit is contained in:
Matei Adriel 2023-11-13 04:03:14 +01:00
parent eca258cdfc
commit 6aea9045c7
No known key found for this signature in database
6 changed files with 94 additions and 67 deletions
modules/home-manager/firefox

View file

@ -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