mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-05 23:26:23 +01:00
zsh fix
This commit is contained in:
parent
e38981769b
commit
fb97e39468
|
@ -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