Add michael's user
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user