Enable firefox on the usb-persist config

This commit is contained in:
Alexander Bantyev 2021-11-23 22:48:30 +03:00
parent 465103091f
commit bee3295de6
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5
3 changed files with 4 additions and 2 deletions

View File

@ -12,6 +12,7 @@
i3blocks
himalaya
bluetooth
power
simple-osd-daemons
alacritty
@ -44,6 +45,7 @@
enable = lib.mkForce true;
devices = [ "/dev/sdc" ];
};
security.sudo.wheelNeedsPassword = false;
persist = {
enable = true;
};

View File

@ -16,7 +16,7 @@ in {
desktop = "firefox";
};
home-manager.users.balsoft = lib.mkIf (config.deviceSpecific.goodMachine) {
home-manager.users.balsoft = {
programs.browserpass = {
enable = true;
browsers = [ "firefox" ];

View File

@ -1,5 +1,5 @@
{
services.upower = { enable = true; };
services.upower.enable = true;
services.logind.lidSwitchExternalPower = "ignore";