This commit is contained in:
2024-09-07 14:10:24 -07:00
parent 05477d1191
commit b594b2270f
4 changed files with 44 additions and 46 deletions

View File

@@ -101,6 +101,7 @@
extraGroups = [ "networkmanager" "wheel" "audio" ];
packages = with pkgs; [];
};
inputs.home-manager.users.johno = import ./home/home-nix-book.nix;
# Enable automatic login for the user.
services.getty.autologinUser = "johno";