Add fish nix-shell integration through any-nix-shell
This commit is contained in:
parent
27ebd92fa2
commit
d883041482
1 changed files with 2 additions and 0 deletions
2
home.nix
2
home.nix
|
@ -52,6 +52,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
|
any-nix-shell fish --info-right | source
|
||||||
direnv hook fish | source
|
direnv hook fish | source
|
||||||
'';
|
'';
|
||||||
loginShellInit = ''
|
loginShellInit = ''
|
||||||
|
@ -324,6 +325,7 @@ in {
|
||||||
home.file.".background".source = wallpaperPath;
|
home.file.".background".source = wallpaperPath;
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
any-nix-shell
|
||||||
cavalier
|
cavalier
|
||||||
alejandra
|
alejandra
|
||||||
atool
|
atool
|
||||||
|
|
Loading…
Add table
Reference in a new issue