fish: replace zsh with fish
This commit is contained in:
parent
a9f80adf3e
commit
cd7b9191bb
5 changed files with 21 additions and 4 deletions
|
|
@ -49,6 +49,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.fish.enable = true;
|
||||
|
||||
settings = {
|
||||
users.fedfer.enable = lib.mkForce true;
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
{
|
||||
|
||||
imports = [
|
||||
../../homeManagerModules/zsh.nix
|
||||
#../../homeManagerModules/zsh.nix
|
||||
../../homeManagerModules/fish.nix
|
||||
../../homeManagerModules/starship.nix
|
||||
|
||||
../../homeManagerModules/desktopPrograms/firefox.nix
|
||||
|
|
@ -67,12 +68,12 @@
|
|||
nixd
|
||||
nixpkgs-fmt
|
||||
nixfmt-rfc-style
|
||||
fira-code-nerdfont
|
||||
powertop
|
||||
git-credential-manager
|
||||
vesktop
|
||||
libreoffice-fresh
|
||||
valent
|
||||
logseq
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue