not needed

This commit is contained in:
2024-04-15 08:32:03 +02:00
parent 462d9fa46d
commit 6d92fd1705

View File

@@ -65,7 +65,6 @@ in {
zsh zsh
zsh-autosuggestions zsh-autosuggestions
zsh-powerlevel10k zsh-powerlevel10k
thefuck
# graphics # graphics
tuxpaint tuxpaint
@@ -110,6 +109,7 @@ in {
neovide neovide
lunarvim lunarvim
evolution evolution
rstudio
# gaming # gaming
prismlauncher prismlauncher
@@ -218,7 +218,7 @@ in {
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;
plugins = [ "git" "thefuck" ]; plugins = [ "git" ];
}; };
}; };