Fix home.file typo
This commit is contained in:
parent
bd8fc0c0b6
commit
ac633a19ef
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@ 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
|
||||
|
|
Loading…
Reference in a new issue