New packages and aliases to manage keyboard backlight
This commit is contained in:
6
home.nix
6
home.nix
@@ -28,6 +28,7 @@ network = "traefik"
|
|||||||
latest.wget
|
latest.wget
|
||||||
latest.curl
|
latest.curl
|
||||||
latest.httpie
|
latest.httpie
|
||||||
|
latest.bind
|
||||||
|
|
||||||
latest.pavucontrol
|
latest.pavucontrol
|
||||||
|
|
||||||
@@ -41,6 +42,7 @@ network = "traefik"
|
|||||||
latest.gnumake
|
latest.gnumake
|
||||||
latest.file
|
latest.file
|
||||||
latest.bc
|
latest.bc
|
||||||
|
latest.sc-im
|
||||||
|
|
||||||
latest.atool
|
latest.atool
|
||||||
latest.unzip
|
latest.unzip
|
||||||
@@ -279,6 +281,10 @@ dcrefresh() {
|
|||||||
tgs = "tig status";
|
tgs = "tig status";
|
||||||
tgl = "tig status";
|
tgl = "tig status";
|
||||||
tgb = "tig blame -C";
|
tgb = "tig blame -C";
|
||||||
|
|
||||||
|
# for some reasons `light -k -S 100` does not work for me… TODO find why, and uninstall upower
|
||||||
|
klon = "dbus-send --system --type=method_call --dest=\"org.freedesktop.UPower\" \"/org/freedesktop/UPower/KbdBacklight\" \"org.freedesktop.UPower.KbdBacklight.SetBrightness\" int32:100";
|
||||||
|
kloff = "light -k -S 0";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user