mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
@@ -100,12 +100,13 @@ let
|
||||
# };
|
||||
|
||||
hardware.intel-gpu-tools.enable = true;
|
||||
|
||||
system.stateVersion = "26.05";
|
||||
};
|
||||
in
|
||||
inputs.nixpkgs.lib.nixosSystem {
|
||||
modules = with inputs; [
|
||||
nixosModule
|
||||
self.nixosModules.default
|
||||
];
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
|
||||
Reference in New Issue
Block a user