Update User Home Size
parent
afe103a34f
commit
1a3dc0b1c7
|
@ -2,8 +2,8 @@
|
|||
users.users.carol = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
homeSize = "25g";
|
||||
homeProjectId = 100;
|
||||
homeSize = "50g";
|
||||
homeProjectId = 102;
|
||||
packages = with pkgs; [
|
||||
vscode
|
||||
];
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
users.users.darian = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
homeSize = "25g";
|
||||
homeProjectId = 100;
|
||||
homeSize = "50g";
|
||||
homeProjectId = 101;
|
||||
packages = with pkgs; [
|
||||
jetbrains.pycharm-community
|
||||
github-desktop
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
users.users.david = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
homeSize = "25g";
|
||||
homeSize = "50g";
|
||||
homeProjectId = 100;
|
||||
packages = with pkgs; [
|
||||
emacs
|
||||
|
|
Loading…
Reference in New Issue