mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 08:46:11 +01:00
not needed
This commit is contained in:
4
home.nix
4
home.nix
@@ -65,7 +65,6 @@ in {
|
||||
zsh
|
||||
zsh-autosuggestions
|
||||
zsh-powerlevel10k
|
||||
thefuck
|
||||
|
||||
# graphics
|
||||
tuxpaint
|
||||
@@ -110,6 +109,7 @@ in {
|
||||
neovide
|
||||
lunarvim
|
||||
evolution
|
||||
rstudio
|
||||
|
||||
# gaming
|
||||
prismlauncher
|
||||
@@ -218,7 +218,7 @@ in {
|
||||
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [ "git" "thefuck" ];
|
||||
plugins = [ "git" ];
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user