hm/porcorosso-wsl: drop genie

This commit is contained in:
Luke Granger-Brown 2022-10-08 21:27:01 +01:00
parent f216bbad29
commit 88334fa721

View file

@ -7,15 +7,6 @@
enable = true;
};
programs.bash = {
initExtra = lib.mkBefore ''
if [[ ! -v INSIDE_GENIE ]]; then
echo "Starting genie:"
exec /usr/bin/genie -s
fi
'';
};
home.sessionVariables = {
NIX_PATH = "nixpkgs=/home/lukegb/depot/third_party/nixpkgs";
};