started break out of zsh
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -5,8 +5,8 @@ in
|
||||
{
|
||||
flake.modules.homeManager."${hostname}" = { pkgs, config, ... }: {
|
||||
imports = with inputs.self.modules.homeManager; [
|
||||
# base
|
||||
rebuild
|
||||
zsh
|
||||
john
|
||||
desktop
|
||||
docker
|
||||
|
||||
Reference in New Issue
Block a user