added HAKASE hostname
This commit is contained in:
@@ -6,9 +6,14 @@
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.${myConfig.essentials.Username} = import ../../home/hakase.nix;
|
||||
|
||||
nixpkgs.config.allowUnfree = myConfig.general.allowUnfree;
|
||||
|
||||
boot.loader = {
|
||||
|
||||
Reference in New Issue
Block a user