fix deadnix

This commit is contained in:
Vivian 2023-05-30 14:36:52 +02:00
parent 2c23f04aa9
commit a0951cc24f

View file

@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page # your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help). # and in the NixOS manual (accessible by running nixos-help).
{ pkgs, inputs, ... }: { { pkgs, ... }: {
imports = [ ./hardware-configuration.nix ./hardware.nix ]; imports = [ ./hardware-configuration.nix ./hardware.nix ];
# Bootloader. # Bootloader.