use distrobox4nix

This commit is contained in:
EdenQwQ 2025-03-12 06:05:31 +00:00
parent 26124a0e4d
commit 42447b4e74
7 changed files with 30 additions and 16 deletions

View file

@ -30,19 +30,6 @@
];
functions = {
fish_greeting = "";
# fish_command_not_found =
# /*
# fish
# */
# ''
# function fish_command_not_found
# if test -e /run/.containerenv -o -e /.dockerenv
# distrobox-host-exec $argv
# else
# __fish_default_command_not_found_handler $argv
# end
# end
# '';
};
};
};