This commit is contained in:
2025-08-04 23:17:15 +03:00
parent 309e4198ef
commit 903753567f
3 changed files with 27 additions and 4 deletions
+12 -3
View File
@@ -11,15 +11,24 @@ let
...
}:
{
device.type = "primary";
xlib.device = {
type = "primary";
hostname = "lamet";
};
imports = with inputs; [
self.homeConfigurations.default.nixosModule
self.nixosModules.default
nixos-hardware.nixosModules.chuwi-minibook-x
home-manager.nixosModules.home-manager # home-manager module
self.homeConfigurations.oqyude.nixosModule # home-manager configuration module
];
home-manager = {
extraSpecialArgs = {
xlib = config.xlib;
};
};
hardware.intel-gpu-tools.enable = true;
};
in