Autogenderate XDG Dirs

This commit is contained in:
Jimbo 2024-11-24 09:55:02 -05:00
parent 28d611ae12
commit 87a53e364f
17 changed files with 126 additions and 258 deletions

View file

@ -1,14 +1,16 @@
{ ... }:
{ lib, ... }:
{
imports = [
./boot
./disko
./hardware
./nixmodules
./wireguard
../../modules/system
];
system.lanzaboote.enable = true;
boot.loader.systemd-boot.enable = lib.mkForce false;
services.btrfs.autoScrub.enable = lib.mkForce false;
system.video.nvidia.enable = true;
networking.hostName = "extern";