dotfiles/os/default.nix
Geoffrey Frogeye 17f0ba3370
New rebuild mechanism
Put most of it as a flake app, so we can mess with it without relying on
`rb` being rebuilt. Also nom nom!
2024-06-10 02:12:59 +02:00

21 lines
286 B
Nix

{ disko, ... }:
{
imports = [
../options.nix
../common/frogarized
./battery.nix
./boot
./ccc
./common.nix
./desktop
./dev
disko.nixosModules.disko
./gaming
./geoffrey.nix
./printing
./remote-builds
./style
./wireless
];
}