mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
fix brightness control
This commit is contained in:
parent
7312243963
commit
712f0ea6a6
@ -157,7 +157,10 @@
|
||||
initialPassword = "changeme";
|
||||
|
||||
# Enable sudo privileges
|
||||
extraGroups = [ "wheel" ];
|
||||
extraGroups = [
|
||||
"wheel" # Sudo privileges
|
||||
"i2c" # Access to external monitors
|
||||
];
|
||||
|
||||
# Use the fish shell
|
||||
shell = pkgs.fish;
|
||||
@ -176,10 +179,9 @@
|
||||
dmenu
|
||||
xlockmore
|
||||
feh
|
||||
xorg.xbacklight
|
||||
playerctl
|
||||
# i3blocks
|
||||
polybar
|
||||
ddcutil # Monitor brightness control
|
||||
|
||||
# Mouse config
|
||||
libratbag
|
||||
@ -205,6 +207,9 @@
|
||||
};
|
||||
};
|
||||
|
||||
# Detect monitors (brightness)
|
||||
hardware.i2c.enable = true;
|
||||
|
||||
# Login to Keybase in the background
|
||||
services.keybase.enable = true;
|
||||
services.kbfs = {
|
||||
|
Loading…
Reference in New Issue
Block a user