firefox stuff

This commit is contained in:
Kopatz
2024-04-09 11:01:00 +02:00
parent 565b8a6ed0
commit 1c0e67791c
4 changed files with 26 additions and 2 deletions

View File

@@ -21,7 +21,6 @@
extraGroups = [ "networkmanager" "wheel" "docker" ];
packages = with pkgs; [
(discord.override { withVencord = true; })
firefox
brave
];
openssh.authorizedKeys.keys = [ config.mainUser.sshKey ];