Compare commits

..

2 Commits

Author SHA1 Message Date
b3a2b31c6d Replace mpv-cheatsheet with mpv-cheatsheet-ng 2026-03-09 19:21:17 +01:00
11375e3e71 Replace light with brightnessctl 2026-03-09 19:20:47 +01:00
2 changed files with 2 additions and 4 deletions

View File

@@ -40,6 +40,7 @@ with pkgs;
qt5.qtwayland
glib
udiskie
brightnessctl
];
extraSessionCommands = ''
export MOZ_ENABLE_WAYLAND=1
@@ -57,9 +58,6 @@ with pkgs;
wrapperFeatures.gtk = true;
};
# Backlight
programs.light.enable = true;
# Blue light filter
location.provider = "geoclue2";

View File

@@ -13,7 +13,7 @@ let
mpv.override {
scripts = with mpvScripts; [
sponsorblock-minimal
mpv-cheatsheet
mpv-cheatsheet-ng
];
}
);