🚨 statix/deadnix fixes

This commit is contained in:
2022-12-27 10:10:53 -05:00
parent 6abad2d5a6
commit 1dd6bb52a0
36 changed files with 43 additions and 48 deletions

View File

@ -1,4 +1,4 @@
{ config, pkgs, home-manager, ... }: {
{ config, pkgs, ... }: {
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix

View File

@ -1,7 +1,7 @@
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, ... }:
{ config, modulesPath, ... }:
{
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];