fixed... something >?

This commit is contained in:
2026-02-15 11:58:48 +00:00
parent d002ca372e
commit 53502772a0
4 changed files with 11 additions and 11 deletions

View File

@@ -11,10 +11,13 @@
pkgs,
lib,
config,
modulesPath,
...
}:
{
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [
"xhci_pci"
"thunderbolt"
@@ -27,7 +30,6 @@
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
};
};
}

View File

@@ -11,6 +11,7 @@
nixos =
{ pkgs, ... }:
{
imports = [ inputs.hyprland.nixosModules.default ];
environment.systemPackages = with pkgs; [
wayfreeze
grim