imported disko into framework.nix

This commit is contained in:
Steven 2023-03-25 22:25:14 -04:00
parent 4be3b18562
commit 9fc4567d14

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, lib, pkgs, modulesPath, disko, ... }:
{
imports = [(modulesPath + "/installer/scan/not-detected.nix")];