set up defiant

This commit is contained in:
Leyla Becker 2024-08-31 11:53:34 -05:00
parent c181da1de5
commit 90b53df81c
7 changed files with 61 additions and 24 deletions

View file

@ -0,0 +1,11 @@
# 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, ... }:
{
imports =
[ (modulesPath + "/installer/scan/not-detected.nix")
];
}