dotfiles/os/default.nix
Geoffrey Frogeye c4bb02b16e
Attempt at using lix
Without remote builds and with my laptop setup it's not really viable
for now :(
2024-05-06 22:26:36 +02:00

22 lines
277 B
Nix

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