Use fish shell

This commit is contained in:
2025-06-08 19:54:06 +02:00
parent 63833426c3
commit 06677aa82d
6 changed files with 33 additions and 22 deletions
-15
View File
@@ -17,30 +17,15 @@
# You can also split up your configuration and import pieces of it here:
# ./nvim.nix
../modules/home-manager
];
nixpkgs = {
# You can add overlays here
overlays = [
# Add overlays your own flake exports (from overlays and pkgs dir):
outputs.overlays.additions
outputs.overlays.modifications
outputs.overlays.unstable-packages
# You can also add overlays exported from other flakes:
# neovim-nightly-overlay.overlays.default
# Or define it inline, for example:
# (final: prev: {
# hi = final.hello.overrideAttrs (oldAttrs: {
# patches = [ ./change-hello-to-hi.patch ];
# });
# })
];
# Configure your nixpkgs instance
config = {
# Disable if you don't want unfree packages
allowUnfree = true;
};
};