flake migration (again)
This commit is contained in:
@@ -10,7 +10,6 @@ in {
|
||||
./hardware-configuration.nix
|
||||
../../base.nix
|
||||
../../gnome.nix
|
||||
../../home-manager/default.nix
|
||||
# ../../services/systemd-user/tasks.nix
|
||||
];
|
||||
my = {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{ config, pkgs, modulesPath, lib, ... }: {
|
||||
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
hardware = {
|
||||
cpu.amd.updateMicrocode =
|
||||
lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
|
||||
Reference in New Issue
Block a user