started break out of zsh

This commit is contained in:
John Lancaster
2026-03-11 00:40:01 -05:00
parent 9bd2bb1a0f
commit 7f8a8e0f49
5 changed files with 51 additions and 53 deletions

View File

@@ -7,6 +7,7 @@ in
flake.nixosConfigurations."${hostname}" = inputs.nixpkgs.lib.nixosSystem {
modules = [
inputs.self.modules.nixos.lxc
inputs.self.modules.nixos.zsh
inputs.home-manager.nixosModules.home-manager
inputs.self.modules.nixos."${username}"
# inputs.self.modules.nixos.step-ca

View File

@@ -5,8 +5,8 @@ in
{
flake.modules.homeManager."${hostname}" = { pkgs, config, ... }: {
imports = with inputs.self.modules.homeManager; [
# base
rebuild
zsh
john
desktop
docker