diff --git a/flake.nix b/flake.nix index c4c4a9f..260a112 100644 --- a/flake.nix +++ b/flake.nix @@ -51,11 +51,11 @@ ]; }; - homeConfigurations."mac-portable" = home-manager.lib.homeManagerConfiguration { + homeConfigurations."artem@mars" = home-manager.lib.homeManagerConfiguration { pkgs = nixpkgs.legacyPackages.x86_64-darwin; modules = [ self.homeModules.main - ./hosts/mac-portable/home.nix + ./hosts/mars/home.nix ]; }; diff --git a/hosts/mac-portable/home.nix b/hosts/mars/home.nix similarity index 100% rename from hosts/mac-portable/home.nix rename to hosts/mars/home.nix diff --git a/modules/home.nix b/modules/home.nix index 4a6ae06..edc2af5 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -1,10 +1,9 @@ { pkgs, ... }: { home.packages = with pkgs; [ - git - vim stow wget + gemini-cli ]; programs.zsh = {