Add michael's user

This commit is contained in:
Alexander Wainwright
2025-12-16 13:00:08 +10:00
parent 24c7043fa2
commit 32b0b38523

View File

@@ -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;