pixnix: minor cleanup

This commit is contained in:
John Bowdre 2023-09-25 10:20:14 -05:00
parent b7f30e13b7
commit 5449b0af47
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
{ config, lib, pkgs, modulesPath, ... }:
{
imports =
[ (modulesPath + "/installer/scan/not-detected.nix")
];
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
];
boot = {
initrd = {