add nix-your-shell

This commit is contained in:
uku 2023-11-09 17:09:35 +01:00
parent b0bb4318e5
commit 11852da884
Signed by: uku
GPG key ID: 7D01D7B105E77166

View file

@ -138,6 +138,7 @@
gnome.file-roller gnome.file-roller
ragenix.packages.${system}.default ragenix.packages.${system}.default
getchvim.packages.${system}.default getchvim.packages.${system}.default
nix-your-shell
]; ];
}; };
@ -153,7 +154,13 @@
}; };
hyprland.enable = true; hyprland.enable = true;
fish.enable = true;
fish = {
enable = true;
promptInit = ''
nix-your-shell fish | source
'';
};
command-not-found.enable = false; command-not-found.enable = false;
nix-index = { nix-index = {