Iterate on host/user split
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
git
|
||||
vim
|
||||
stow
|
||||
wget
|
||||
gemini-cli
|
||||
];
|
||||
|
||||
programs.zsh = {
|
||||
|
||||
Reference in New Issue
Block a user