Fix home.file typo

This commit is contained in:
Ethan Lane 2024-07-07 21:33:06 +01:00
parent cfe4bcd530
commit bd8fc0c0b6

View file

@ -20,9 +20,7 @@ in {
homeDirectory = "/home/${username}";
stateVersion = "24.05";
file = {
`/home/${username}/.scripts/audio/get-sink-name.sh`.source = ./home/scripts/audio/get-sink-name.sh;
};
file.`/home/${username}/.scripts/audio/get-sink-name.sh`.source = ./home/scripts/audio/get-sink-name.sh;
packages = with pkgs; [
alacritty