rearrange directory structure

This commit is contained in:
Tristan 2024-01-05 21:53:27 +00:00
parent 2fe0f94a23
commit 67cb4995f9
33 changed files with 213 additions and 219 deletions

View file

@ -1,4 +1,4 @@
{...}: {
{
displays = {
enable = true;
displays = {

View file

@ -7,7 +7,6 @@
}: {
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
./displays.nix
];
boot.initrd.availableKernelModules = ["xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod" "sdhci_pci"];

View file

@ -7,7 +7,6 @@
}: {
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
./displays.nix
./ddc.nix
(import ./g920.nix {inherit user pkgs;})
];