The Blue Update #1

Merged
Jimbo merged 101 commits from Refactor into main 2024-10-25 21:26:22 -04:00
2 changed files with 9 additions and 3 deletions
Showing only changes of commit 7c4355504e - Show all commits

View file

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

View file

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