Remove some packages from system configs

This commit is contained in:
floppydiskette 2023-08-06 18:24:23 +01:00
parent 06ee95ebd3
commit 0c2adb11f2
No known key found for this signature in database
2 changed files with 0 additions and 4 deletions

View file

@ -97,9 +97,7 @@
description = "Frankie B.";
extraGroups = ["networkmanager" "wheel"];
packages = with pkgs; [
firefox
kate
# thunderbird
];
initialPassword = "changeme";
shell = pkgs.zsh;

View file

@ -94,9 +94,7 @@
description = "Frankie B.";
extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [
firefox
kate
teams
];
initialPassword = "changeme";
shell = pkgs.zsh;