started break out of zsh
This commit is contained in:
@@ -28,6 +28,7 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
# This gets imported by the user factory:
|
||||
homeManager."${username}" = {
|
||||
home.stateVersion = "25.11";
|
||||
xdg.enable = true;
|
||||
@@ -42,22 +43,4 @@ in
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
# This is the base homeConfiguration for the john user that will be used if no other
|
||||
flake.homeConfigurations."${username}" = inputs.home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = import inputs.nixpkgs { system = "x86_64-linux"; };
|
||||
modules = [
|
||||
inputs.self.modules.homeManager.base
|
||||
inputs.self.modules.homeManager."${username}"
|
||||
|
||||
# Include another inline module to set the options created through the jsl-home modules
|
||||
{
|
||||
docker.enable = false;
|
||||
ssh.matchSets = {
|
||||
certs = true;
|
||||
homelab = true;
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user