This commit is contained in:
Nathan McCarty 2022-09-04 03:17:19 -04:00
parent e391e6e42b
commit 53959dcedc
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,6 @@ in
'';
# Set login shell
user.shell = "#{pkgs.fish}/bin/fish";
user.shell = "${pkgs.fish}/bin/fish";
};
}