mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-05 15:16:23 +01:00
zsh fix
This commit is contained in:
parent
e38981769b
commit
fb97e39468
|
@ -4,5 +4,6 @@
|
|||
./desktop.nix
|
||||
./terminal.nix
|
||||
./neovim.nix
|
||||
./zsh.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -51,7 +51,7 @@ in with lib; {
|
|||
cbr = "cargo build --release";
|
||||
|
||||
# fucking around
|
||||
= "nvim";
|
||||
"" = "nvim";
|
||||
};
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue