schizo mode

This commit is contained in:
Charlie Root 2024-11-06 10:50:08 +01:00
commit aae6777f03
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
6 changed files with 27 additions and 36 deletions

View file

@ -14,7 +14,7 @@
apps.x86_64-linux = {
default = {
type = "app";
program = "${user.packages.fish}/bin/fish";
program = pkgs.getExe user.packages.fish;
};
helix = {
type = "app";