1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(nix-on-droid): use fish

This commit is contained in:
2023-07-23 00:31:03 +02:00
parent 45972f524b
commit 6d9278680f

View File

@@ -42,7 +42,7 @@ in {
};
};
user.shell = "${pkgs.bash}/bin/bash";
user.shell = "${pkgs.fish}/bin/fish";
environment.etcBackupExtension = ".bak";