Import home-manager config

This commit is contained in:
2024-09-07 14:10:24 -07:00
parent d330faf646
commit d134adb40f
5 changed files with 52 additions and 58 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";