diff --git a/flake.nix b/flake.nix index efe3e1d..120fb64 100644 --- a/flake.nix +++ b/flake.nix @@ -32,11 +32,11 @@ }; homeManagerModule = { - # home.stateVersion = "24.05"; + home.stateVersion = "24.05"; }; in { nixosConfigurations = { - "my-nixos-desktop" = nixpkgs.lib.nixosSystem { + "hakase" = nixpkgs.lib.nixosSystem { inherit system; modules = [ ./hosts/nixos/my-nixos-desktop/configuration.nix @@ -57,11 +57,11 @@ }; homeConfigurations = { - "youruser-standalone" = home-manager.lib.homeManagerConfiguration { + "kenji" = home-manager.lib.homeManagerConfiguration { inherit pkgs; modules = [ homeManagerModule - # ./home/youruser/home.nix + ./home/kenji/home.nix ]; # specialArgs = { inherit self; }; diff --git a/home/kenji/home.nix b/home/kenji/home.nix new file mode 100644 index 0000000..e69de29 diff --git a/hosts/nixos/hakase/configuration.nix b/hosts/nixos/hakase/configuration.nix new file mode 100644 index 0000000..e69de29