hosts/legion: move to new structure

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-05-07 17:23:45 +03:00
parent 75990ccc86
commit 7f073e121c
18 changed files with 239 additions and 380 deletions

View File

@ -0,0 +1,12 @@
{
imports = [
./laptop
./nvidia.nix
];
services = {
logind = {
lidSwitch = "ignore";
powerKey = "suspend";
};
};
}