Move firefox to system package

This commit is contained in:
Aode 2024-02-15 11:54:40 -06:00
parent 81c0d94d63
commit 1b71c96b64
2 changed files with 7 additions and 3 deletions

View file

@ -42,6 +42,13 @@
dedicatedServer.openFirewall = true;
};
programs.firefox = {
enable = true;
nativeMessagingHosts.packages = with pkgs; [
ff2mpv
];
};
# List services that you want to enable:
# Enable the OpenSSH daemon.

View file

@ -10,9 +10,6 @@
description = name;
shell = pkgs.zsh;
extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [
firefox
];
};
users.defaultUserShell = pkgs.zsh;