This commit is contained in:
Schrottkatze 2022-09-02 17:09:22 +02:00
parent e38981769b
commit fb97e39468
2 changed files with 2 additions and 1 deletions

View file

@ -4,5 +4,6 @@
./desktop.nix
./terminal.nix
./neovim.nix
./zsh.nix
];
}

View file

@ -51,7 +51,7 @@ in with lib; {
cbr = "cargo build --release";
# fucking around
= "nvim";
"" = "nvim";
};
oh-my-zsh = {
enable = true;