Remove some packages from system configs
This commit is contained in:
parent
06ee95ebd3
commit
0c2adb11f2
2 changed files with 0 additions and 4 deletions
|
@ -97,9 +97,7 @@
|
||||||
description = "Frankie B.";
|
description = "Frankie B.";
|
||||||
extraGroups = ["networkmanager" "wheel"];
|
extraGroups = ["networkmanager" "wheel"];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
firefox
|
|
||||||
kate
|
kate
|
||||||
# thunderbird
|
|
||||||
];
|
];
|
||||||
initialPassword = "changeme";
|
initialPassword = "changeme";
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
|
|
|
@ -94,9 +94,7 @@
|
||||||
description = "Frankie B.";
|
description = "Frankie B.";
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
firefox
|
|
||||||
kate
|
kate
|
||||||
teams
|
|
||||||
];
|
];
|
||||||
initialPassword = "changeme";
|
initialPassword = "changeme";
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
|
|
Loading…
Reference in a new issue