added fish
This commit is contained in:
parent
6c9c5339cc
commit
8a33614967
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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue