the great update

This commit is contained in:
2025-03-07 17:04:41 +09:00
parent 442f46f622
commit 6216fcd751
77 changed files with 732 additions and 305 deletions

View File

@@ -1,7 +1,8 @@
{ config, lib, pkgs, modulesPath, ... }: {
{ config, lib, pkgs, modulesPath, systemSettings, ... }: {
imports = [
../../system
../../system/nvidia
../../user
(modulesPath + "/installer/scan/not-detected.nix")
];
@@ -30,7 +31,7 @@
[ { device = "/dev/disk/by-uuid/d933c349-8e70-41e1-8d13-605656dba18b"; }
];
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
nixpkgs.hostPlatform = lib.mkDefault systemSettings.system;
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
# Use the systemd-boot EFI boot loader.