Some changes

This commit is contained in:
Jimbo 2024-10-16 00:51:44 -04:00
parent 39d887dc89
commit 7c4355504e
2 changed files with 9 additions and 3 deletions

View file

@ -9,8 +9,6 @@
../../../modules/system/desktop
../../../modules/system/programs
../../../modules/system/services
../../../overlays
../../../variables
# Devices and hardware
../../../modules/system/devices
@ -18,6 +16,10 @@
../../../modules/system/devices/video/nvidia
../../../modules/system/devices/networking/firewall/pc
# Misc
../../../overlays
../../../variables
# Imports
lanzaboote.nixosModules.lanzaboote
];

View file

@ -1,4 +1,4 @@
{ config, hardware, ... }:
{ config, lib, hardware, ... }:
{
imports = [
./hardware
@ -16,6 +16,10 @@
../../../modules/system/devices/networking/firewall/pc
../../../modules/system/devices/networking/wireguard/pc
# Extras
../../../overlays
../../../variables
# Imports
hardware.nixosModules.pine64-pinebook-pro
];