try settings to get brightness working
This commit is contained in:
parent
d758d1c6b0
commit
1058ac025f
2 changed files with 2 additions and 1 deletions
1
home.nix
1
home.nix
|
@ -24,6 +24,7 @@
|
||||||
atkinson-hyperlegible
|
atkinson-hyperlegible
|
||||||
brightnessctl
|
brightnessctl
|
||||||
curl
|
curl
|
||||||
|
ddcutil
|
||||||
distrobox
|
distrobox
|
||||||
dig
|
dig
|
||||||
fd
|
fd
|
||||||
|
|
|
@ -95,7 +95,7 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
name = "muhh";
|
name = "muhh";
|
||||||
description = "Markus Heurung";
|
description = "Markus Heurung";
|
||||||
extraGroups = [ "libvirtd" "qemu-libvirtd" "audio" "input" "networkmanager" "video" "wheel" ];
|
extraGroups = [ "libvirtd" "qemu-libvirtd" "audio" "input" "networkmanager" "video" "wheel" "plugdev"];
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
linger = true;
|
linger = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue