diff --git a/hosts/armitage/configuration.nix b/hosts/armitage/configuration.nix index ce2b4cc..2eeb99f 100644 --- a/hosts/armitage/configuration.nix +++ b/hosts/armitage/configuration.nix @@ -13,6 +13,15 @@ ../modules/laptop.nix ]; + users.users.michael = { + isNormalUser = true; + description = "Michael Christian Latino"; + extraGroups = [ ]; + packages = with pkgs; [ + ]; + shell = pkgs.fish; + }; + # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;