zsh fix
This commit is contained in:
parent
e38981769b
commit
fb97e39468
2 changed files with 2 additions and 1 deletions
|
@ -4,5 +4,6 @@
|
||||||
./desktop.nix
|
./desktop.nix
|
||||||
./terminal.nix
|
./terminal.nix
|
||||||
./neovim.nix
|
./neovim.nix
|
||||||
|
./zsh.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -51,7 +51,7 @@ in with lib; {
|
||||||
cbr = "cargo build --release";
|
cbr = "cargo build --release";
|
||||||
|
|
||||||
# fucking around
|
# fucking around
|
||||||
= "nvim";
|
"" = "nvim";
|
||||||
};
|
};
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue