diff options
author | ene <ene@sils.li> | 2023-02-15 18:23:49 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-15 18:24:30 +0100 |
commit | 944edc4385e8aad92e18fabc7ff0ba24f42ea9b7 (patch) | |
tree | c3cb4bee8008f79f2fb066a40921a78be2e68a59 /services/default.nix | |
parent | Feat(home-manager): Add yambar (diff) | |
download | nixos-config-944edc4385e8aad92e18fabc7ff0ba24f42ea9b7.tar.gz nixos-config-944edc4385e8aad92e18fabc7ff0ba24f42ea9b7.zip |
Feat(home-manager): Add zsh
Diffstat (limited to '')
-rw-r--r-- | services/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/services/default.nix b/services/default.nix index 27e5086f..4de96e62 100644 --- a/services/default.nix +++ b/services/default.nix @@ -1,6 +1,5 @@ {config, ...}: { imports = [ - ./zsh/zsh.nix ./printing/printing.nix ./nix/nix.nix ]; |