This commit is contained in:
Grisha Shipunov 2025-01-26 01:39:08 +01:00
parent f1f292bced
commit c9ddbcbc87
7 changed files with 125 additions and 120 deletions

View file

@ -30,7 +30,7 @@
freecad-wayland
imhex
python313Full
pkgs.nixfmt-rfc-style
nixfmt-rfc-style
treefmt
android-tools
];
@ -58,6 +58,10 @@
programs.zsh.interactiveShellInit = ''
eval "$(direnv hook zsh)"
'';
programs.fish.interactiveShellInit = ''
direnv hook fish | source
'';
# nix options for derivations to persist garbage collection
nix.extraOptions = ''
keep-outputs = true