dotfiles/os/default.nix
Geoffrey Frogeye 5924bd59c6
Make Docker work
This tells you how much I use it 😅
2024-04-29 12:25:47 +02:00

21 lines
265 B
Nix

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