mirror of
https://github.com/fredrikr79/nixos.git
synced 2025-12-25 02:20:20 +01:00
add thunderbird
This commit is contained in:
@@ -537,4 +537,13 @@ in
|
||||
exec nu
|
||||
fi
|
||||
'';
|
||||
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
services.gnome.gcr-ssh-agent.enable = false;
|
||||
|
||||
security.pam.services.login.enableGnomeKeyring = true;
|
||||
security.pam.services.lightdm.enableGnomeKeyring = true;
|
||||
|
||||
services.dbus.enable = true;
|
||||
|
||||
}
|
||||
|
||||
14
home.nix
14
home.nix
@@ -1339,4 +1339,18 @@ in
|
||||
};
|
||||
|
||||
home.shell.enableNushellIntegration = true;
|
||||
|
||||
programs.thunderbird = {
|
||||
enable = true;
|
||||
profiles.default = {
|
||||
isDefault = true;
|
||||
};
|
||||
};
|
||||
|
||||
services.protonmail-bridge.enable = true;
|
||||
|
||||
services.gnome-keyring = {
|
||||
enable = true;
|
||||
components = [ "secrets" ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -52,6 +52,7 @@ myConfig =
|
||||
}
|
||||
`additionalKeysP` [ ("M-b", spawn browser),
|
||||
("M-c", spawn "chromium"),
|
||||
("M-m", spawn "thunderbird"),
|
||||
-- , ("M-t", spawn terminal)
|
||||
-- , ("M-S-Enter", spawn terminal)
|
||||
-- , ("<Print>", spawn "scrot ~/Pictures/Screenshots/%b-%d::%H-%M-%S.png")
|
||||
|
||||
Reference in New Issue
Block a user