dotfiles/os/default.nix
Geoffrey Frogeye ec1d120f12
Add Wi-Fi for 37C3
Yes that was the laziest option to do that.
2023-12-24 22:24:12 +01:00

15 lines
304 B
Nix

{ ... }:
{
imports = [
../options.nix
./battery.nix
./ccc
./common.nix
./desktop.nix
./gaming
./geoffrey.nix
./wireless.nix
"${builtins.fetchTarball "https://github.com/nix-community/disko/archive/3cb78c93e6a02f494aaf6aeb37481c27a2e2ee22.tar.gz"}/module.nix"
];
}