l: add zsh
This commit is contained in:
parent
59f3f4257d
commit
dd03ce2e9e
|
@ -2,11 +2,12 @@ with import <stockholm/lib>;
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../2configs/binary-cache/client.nix
|
./binary-cache/client.nix
|
||||||
../2configs/gc.nix
|
./gc.nix
|
||||||
../2configs/mc.nix
|
./mc.nix
|
||||||
../2configs/vim.nix
|
./vim.nix
|
||||||
../2configs/monitoring/client.nix
|
./monitoring/client.nix
|
||||||
|
./zsh.nix
|
||||||
./htop.nix
|
./htop.nix
|
||||||
./backups.nix
|
./backups.nix
|
||||||
./security-workarounds.nix
|
./security-workarounds.nix
|
||||||
|
|
Loading…
Reference in a new issue