Fixed gammastep
This commit is contained in:
parent
d0fdb36a82
commit
4705a46a62
|
@ -142,6 +142,8 @@
|
||||||
permitRootLogin = "no";
|
permitRootLogin = "no";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.geoclue2.enable = true;
|
||||||
|
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
#light # For sway binding to control backlight
|
#light # For sway binding to control backlight
|
||||||
#swaynagmode
|
#swaynagmode
|
||||||
python310
|
python310
|
||||||
gammastep
|
gammastep # Requires `services.geoclue2.enable` set in system config
|
||||||
super-slicer
|
super-slicer
|
||||||
|
|
||||||
firefox
|
firefox
|
||||||
|
|
Loading…
Reference in a new issue