This commit is contained in:
Gabriel Ebner 2022-05-01 15:15:41 +02:00
parent a9fa48daee
commit 7faa9f2010

@ -109,7 +109,7 @@
"wireshark"
];
# shell = "${pkgs.zsh}/bin/zsh";
shell = "fish";
shell = "/run/current-system/sw/bin/fish";
password = if config.virtualisation != null then "" else null;
};