Add development module
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
clipman
|
||||
grim
|
||||
slurp
|
||||
brillo
|
||||
light
|
||||
imv
|
||||
kanshi
|
||||
redshift-wlr
|
||||
@@ -43,6 +43,9 @@
|
||||
'';
|
||||
};
|
||||
|
||||
# Backlight
|
||||
programs.light.enable = true;
|
||||
|
||||
# Blue light filter
|
||||
services.redshift = {
|
||||
package = pkgs.redshift-wlr;
|
||||
@@ -51,7 +54,9 @@
|
||||
day = 6500;
|
||||
night = 5000;
|
||||
};
|
||||
extraOptions = [ "-m wayland" "-l manual"];
|
||||
};
|
||||
|
||||
location = {
|
||||
latitude = 35.89;
|
||||
longitude = -5.32;
|
||||
|
||||
Reference in New Issue
Block a user