♻️ config refactor cleanup

This commit is contained in:
2023-07-27 15:51:15 -04:00
parent d4b4ba1d1e
commit 19a01e278e
8 changed files with 22 additions and 31 deletions

View File

@ -1,4 +1,4 @@
{ config, pkgs, ... }: {
{ pkgs, ... }: {
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
@ -23,9 +23,6 @@
boot.tmp.cleanOnBoot = true;
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
nixpkgs.config.allowUnfree = true;
nixpkgs.overlays = [ (import ../../overlays) ];
nix.extraOptions = ''
experimental-features = nix-command flakes
'';