Added: Container Switch

This commit is contained in:
2025-09-19 16:32:49 +02:00
parent 49e4f0e7ef
commit ac8850ae00
24 changed files with 361 additions and 107 deletions

View File

@@ -30,9 +30,10 @@
programs.fish = {
enable = true;
interactiveShellInit = ''
fish_config prompt choose disco
fish_config prompt choose disco
starship init fish | source
function fish_greeting
fastfetch
fastfetch
end
'';
};