Rename system to hosts
This commit is contained in:
parent
ef86a39373
commit
60bf26badd
@ -15,13 +15,13 @@
|
||||
system = "x86_64-linux";
|
||||
|
||||
modules = [
|
||||
./system/configuration.nix
|
||||
./hosts/configuration.nix
|
||||
home-manager.nixosModules.home-manager {
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.jordan = import ./users/jordan/home.nix;
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -87,11 +87,13 @@
|
||||
# Enable touchpad support (enabled default in most desktopManager).
|
||||
# services.xserver.libinput.enable = true;
|
||||
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.jordan = {
|
||||
isNormalUser = true;
|
||||
description = "Jordan Holt";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
useDefaultShell = true;
|
||||
};
|
||||
|
||||
# Allow unfree packages
|
Loading…
x
Reference in New Issue
Block a user