added HAKASE hostname

This commit is contained in:
lsoriano-mcm
2025-07-04 21:46:22 -05:00
parent f8386beb6c
commit ca68b1de73
4 changed files with 13 additions and 1 deletions
+5
View File
@@ -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 = {