added fish

This commit is contained in:
Charlie Root 2024-04-28 22:41:27 +02:00
commit 19bb098533
4 changed files with 11 additions and 7 deletions

View file

@ -63,11 +63,12 @@
# userName = "vali"; userEmail = "valentin@kaas.cc"; # userName = "vali"; userEmail = "valentin@kaas.cc";
# defaultBranch = "main"; # defaultBranch = "main";
#}; #};
starship.enable = true; starship.enable = false;
zsh = { zsh = {
enable = true; enable = true;
profiling = false; profiling = false;
}; };
fish.enable = true;
}; };
services = { services = {
pipewire.enable = true; pipewire.enable = true;
@ -89,7 +90,7 @@
}; };
}; };
qt = { qt = {
enable = true; enable = false;
package = pkgs.kde-gruvbox; package = pkgs.kde-gruvbox;
name = "Gruvbox"; name = "Gruvbox";
}; };

View file

@ -25,17 +25,19 @@ in {
"rustc" "rustc"
"rustfmt" "rustfmt"
]) ])
ffmpeg_6-full ffmpeg-full
fftw
flameshot flameshot
foot foot
img2pdf
gcc gcc
gdb gdb
gnumake gnumake
grimblast grimblast
git git
httpie httpie
imagemagick i3lock
imagemagickBig
img2pdf
keepassxc keepassxc
krita krita
lazygit lazygit
@ -64,6 +66,7 @@ in {
rustdesk rustdesk
rofi rofi
scc scc
scrot
sherlock sherlock
signal-desktop-beta signal-desktop-beta
smartmontools smartmontools

View file

@ -38,6 +38,7 @@ in {
plugins = [ plugins = [
]; ];
shellAliases = { shellAliases = {
cl = "clear"; cl = "clear";
cp = "cp -ivr"; cp = "cp -ivr";
mv = "mv -iv"; mv = "mv -iv";
@ -58,7 +59,6 @@ in {
woman = "man"; woman = "man";
open = "xdg-open"; open = "xdg-open";
":q" = "exit"; ":q" = "exit";
emacs = ":(){ :|:& };:";
} // cfg.extraAliases; } // cfg.extraAliases;
}; };
}; };

View file

@ -34,7 +34,7 @@ in {
config = mkIf cfg.enable { config = mkIf cfg.enable {
programs.zsh.enable = true; programs.zsh.enable = true;
users.users.${username}.shell = pkgs.zsh; # users.users.${username}.shell = pkgs.zsh;
environment = { environment = {
shells = [ pkgs.zsh ]; shells = [ pkgs.zsh ];
pathsToLink = [ "/share/zsh" ]; pathsToLink = [ "/share/zsh" ];