diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-05-01 03:36:55 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-05-01 03:36:55 +0300 |
commit | 9a20404924fda2587ce4f9769f75369799f34643 (patch) | |
tree | a953941a22d6c031e67b267e35a11db72bdd25e3 /modules/profiles | |
parent | 2024-04-29 (diff) |
2024-05-01
Diffstat (limited to '')
-rw-r--r-- | modules/profiles/headful.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/profiles/headful.nix b/modules/profiles/headful.nix index 20363bc..6e58dae 100644 --- a/modules/profiles/headful.nix +++ b/modules/profiles/headful.nix @@ -100,8 +100,9 @@ in }; services = { - upower.enable = true; + libinput.enable = true; psd.enable = true; + upower.enable = true; }; environment.systemPackages = with pkgs; [ |