Add laptop module

This commit is contained in:
Yorick Barbanneau 2023-12-26 00:57:35 +01:00
parent 2888303bb0
commit 559a477e05
5 changed files with 49 additions and 13 deletions

View file

@ -22,13 +22,6 @@
./includes/desktop/xdg-portal.nix
]
else []
) ++ (
if hostConfig.laptop then
[
./includes/hardware/iwd.nix
./includes/hardware/cpufreq.nix
]
else []
);