added fish
This commit is contained in:
parent
ed32efa0ca
commit
19bb098533
4 changed files with 11 additions and 7 deletions
|
@ -63,11 +63,12 @@
|
|||
# userName = "vali"; userEmail = "valentin@kaas.cc";
|
||||
# defaultBranch = "main";
|
||||
#};
|
||||
starship.enable = true;
|
||||
starship.enable = false;
|
||||
zsh = {
|
||||
enable = true;
|
||||
profiling = false;
|
||||
};
|
||||
fish.enable = true;
|
||||
};
|
||||
services = {
|
||||
pipewire.enable = true;
|
||||
|
@ -89,7 +90,7 @@
|
|||
};
|
||||
};
|
||||
qt = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
package = pkgs.kde-gruvbox;
|
||||
name = "Gruvbox";
|
||||
};
|
||||
|
|
|
@ -25,17 +25,19 @@ in {
|
|||
"rustc"
|
||||
"rustfmt"
|
||||
])
|
||||
ffmpeg_6-full
|
||||
ffmpeg-full
|
||||
fftw
|
||||
flameshot
|
||||
foot
|
||||
img2pdf
|
||||
gcc
|
||||
gdb
|
||||
gnumake
|
||||
grimblast
|
||||
git
|
||||
httpie
|
||||
imagemagick
|
||||
i3lock
|
||||
imagemagickBig
|
||||
img2pdf
|
||||
keepassxc
|
||||
krita
|
||||
lazygit
|
||||
|
@ -64,6 +66,7 @@ in {
|
|||
rustdesk
|
||||
rofi
|
||||
scc
|
||||
scrot
|
||||
sherlock
|
||||
signal-desktop-beta
|
||||
smartmontools
|
||||
|
|
|
@ -38,6 +38,7 @@ in {
|
|||
plugins = [
|
||||
];
|
||||
shellAliases = {
|
||||
|
||||
cl = "clear";
|
||||
cp = "cp -ivr";
|
||||
mv = "mv -iv";
|
||||
|
@ -58,7 +59,6 @@ in {
|
|||
woman = "man";
|
||||
open = "xdg-open";
|
||||
":q" = "exit";
|
||||
emacs = ":(){ :|:& };:";
|
||||
} // cfg.extraAliases;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -34,7 +34,7 @@ in {
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
programs.zsh.enable = true;
|
||||
users.users.${username}.shell = pkgs.zsh;
|
||||
# users.users.${username}.shell = pkgs.zsh;
|
||||
environment = {
|
||||
shells = [ pkgs.zsh ];
|
||||
pathsToLink = [ "/share/zsh" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue