feat: migrate to nix flake
This commit is contained in:
parent
d466f7e800
commit
80d4bb746e
12 changed files with 214 additions and 56 deletions
|
@ -2,8 +2,6 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
<home-manager/nixos>
|
||||
./hardware/base.nix
|
||||
./hardware/gpu-nvidia.nix
|
||||
./hardware/ledger.nix
|
||||
|
@ -21,8 +19,6 @@
|
|||
"p7zip-16.02" # currently used by lutris
|
||||
];
|
||||
|
||||
networking.hostName = "felix-nixos";
|
||||
|
||||
hardware.enableAllFirmware = true;
|
||||
hardware.cpu.amd.updateMicrocode = true;
|
||||
services.fwupd.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue