diff options
author | Tim Keller <tjkeller.xyz> | 2025-04-13 14:04:57 -0500 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-04-13 14:04:57 -0500 |
commit | 3e2439bd1592897ad9f403700cb91ccfd1972779 (patch) | |
tree | 71def5f8e2eeb651e4d1d8350f52d4ac2aa75894 /modules/root/default.nix | |
parent | 5a80b4611f2d49266b28e798e303957703304e18 (diff) | |
download | nixos-3e2439bd1592897ad9f403700cb91ccfd1972779.tar.xz nixos-3e2439bd1592897ad9f403700cb91ccfd1972779.zip |
fix backlight control
Diffstat (limited to 'modules/root/default.nix')
-rw-r--r-- | modules/root/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/root/default.nix b/modules/root/default.nix index 5397ec4..e24e4b0 100644 --- a/modules/root/default.nix +++ b/modules/root/default.nix @@ -19,6 +19,7 @@ ./ssh.nix ./suspend.nix ./tlp.nix + ./udev.nix ./wifi.nix ./x11.nix ./zsh.nix |