mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 15:56:12 +01:00
not needed
This commit is contained in:
4
home.nix
4
home.nix
@@ -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" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user