From 12dbe7536f7e8e25cc77de15aecd8204b7ebd4fc Mon Sep 17 00:00:00 2001 From: lsoriano-mcm Date: Sun, 20 Jul 2025 16:42:36 -0500 Subject: [PATCH] added new folders --- flake.nix | 8 ++++---- home/kenji/home.nix | 0 hosts/nixos/hakase/configuration.nix | 0 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 home/kenji/home.nix create mode 100644 hosts/nixos/hakase/configuration.nix 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