Move common host features to features-nixos folder
This commit is contained in:
12
features-nixos/optional/redshift.nix
Normal file
12
features-nixos/optional/redshift.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
# Set location used by redshift
|
||||
location.provider = "manual";
|
||||
location.latitude = 47.92;
|
||||
location.longitude = 10.12;
|
||||
services.redshift.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user