Iterate on host/user split

This commit is contained in:
2026-03-28 18:04:55 +01:00
parent 2bde3e4732
commit 2c92686d78
3 changed files with 3 additions and 4 deletions

View File

@@ -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
];
};

View File

@@ -1,10 +1,9 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
git
vim
stow
wget
gemini-cli
];
programs.zsh = {