add firefox
This commit is contained in:
parent
831bce0813
commit
3b005f06cc
@ -7,10 +7,18 @@
|
||||
config = {
|
||||
services.udev.packages = [pkgs.yubikey-personalization];
|
||||
|
||||
programs.gnupg.agent = {
|
||||
programs = {
|
||||
gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
firefox = {
|
||||
enable = true;
|
||||
package = pkgs.firefox-devedition;
|
||||
#languagePacks = ["en" "lt" "de"];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
mj.base.users.passwd.motiejus.extraGroups = ["networkmanager"];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user