redshift: include package on path
parent
ea634d7498
commit
1b8a3eab9e
|
@ -39,5 +39,9 @@ in
|
||||||
"locations/snowhawk/lat".path = "${cfgDir}/lat";
|
"locations/snowhawk/lat".path = "${cfgDir}/lat";
|
||||||
"locations/snowhawk/lon".path = "${cfgDir}/lon";
|
"locations/snowhawk/lon".path = "${cfgDir}/lon";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
redshift
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue