redshift: include package on path

sh-initrd-on-root
Zynh Ludwig 2024-09-24 08:01:30 -07:00
parent ea634d7498
commit 1b8a3eab9e
1 changed files with 4 additions and 0 deletions

View File

@ -39,5 +39,9 @@ in
"locations/snowhawk/lat".path = "${cfgDir}/lat";
"locations/snowhawk/lon".path = "${cfgDir}/lon";
};
home.packages = with pkgs; [
redshift
];
};
}