Compare commits
2 Commits
58c0365371
...
b3a2b31c6d
| Author | SHA1 | Date | |
|---|---|---|---|
|
b3a2b31c6d
|
|||
|
11375e3e71
|
@@ -40,6 +40,7 @@ with pkgs;
|
|||||||
qt5.qtwayland
|
qt5.qtwayland
|
||||||
glib
|
glib
|
||||||
udiskie
|
udiskie
|
||||||
|
brightnessctl
|
||||||
];
|
];
|
||||||
extraSessionCommands = ''
|
extraSessionCommands = ''
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
@@ -57,9 +58,6 @@ with pkgs;
|
|||||||
wrapperFeatures.gtk = true;
|
wrapperFeatures.gtk = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Backlight
|
|
||||||
programs.light.enable = true;
|
|
||||||
|
|
||||||
# Blue light filter
|
# Blue light filter
|
||||||
location.provider = "geoclue2";
|
location.provider = "geoclue2";
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ let
|
|||||||
mpv.override {
|
mpv.override {
|
||||||
scripts = with mpvScripts; [
|
scripts = with mpvScripts; [
|
||||||
sponsorblock-minimal
|
sponsorblock-minimal
|
||||||
mpv-cheatsheet
|
mpv-cheatsheet-ng
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user