Update main branch #1

Merged
jakalx merged 120 commits from develop into main 2024-02-05 21:51:32 +01:00
Showing only changes of commit 3649a22287 - Show all commits

View file

@ -50,6 +50,7 @@ in {
dua # ncdu but better
bat # better cat
exa # better ls
fzf
gcc
cmake
@ -107,7 +108,7 @@ in {
shellAliases = { e = "emacsclient -c $@"; };
oh-my-zsh = {
enable = true;
plugins = [ "git" ];
plugins = [ "git" "fzf" "fd" "z" ];
theme = "simple";
};
};