This commit is contained in:
notohh 2023-02-27 05:50:52 -05:00
parent 05fbce4cb7
commit c9362ae0cc
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -50,8 +50,9 @@
};
virtualisation.docker.enable = true;
users.users.oh = {
defaultUserShell = pkgs.nushell;
users ={
defaultUserShell = pkgs.nushell;
users.oh = {
isNormalUser = true;
description = "oh";
extraGroups = [ "networkmanager" "wheel" ];
@ -63,6 +64,7 @@
yt-dlp
];
};
}
nixpkgs.config.allowUnfree = true;