diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-05-26 18:29:53 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-05-26 18:29:53 -0400 |
| commit | bf3755cc2a5bd54400167d41ce9c75751028bc40 (patch) | |
| tree | d46595b26e4c9ff4e1b6375b9c57c73fcd136aa2 /system/default.nix | |
| parent | add openrgb support, and custom rust scheduler (diff) | |
| download | dotfiles-nix-bf3755cc2a5bd54400167d41ce9c75751028bc40.tar.gz dotfiles-nix-bf3755cc2a5bd54400167d41ce9c75751028bc40.tar.bz2 dotfiles-nix-bf3755cc2a5bd54400167d41ce9c75751028bc40.zip | |
refactor bootloaders into modules
Diffstat (limited to 'system/default.nix')
| -rw-r--r-- | system/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/default.nix b/system/default.nix index 17462d8..f8101c8 100644 --- a/system/default.nix +++ b/system/default.nix @@ -13,6 +13,7 @@ in { inputs.nix-gaming.nixosModules.platformOptimizations inputs.nix-gaming.nixosModules.pipewireLowLatency inputs.nix-gaming.nixosModules.wine + ./bootloader ./desktops ./gaming ./virt |