dotfiles/os/default.nix

13 lines
281 B
Nix
Raw Normal View History

2023-10-28 22:09:36 +02:00
{ ... }:
{
imports = [
2023-11-21 21:01:56 +01:00
../options.nix
2023-10-28 22:09:36 +02:00
./battery.nix
./geoffrey.nix
./common.nix
./desktop.nix
./wireless.nix
"${builtins.fetchTarball "https://github.com/nix-community/disko/archive/3cb78c93e6a02f494aaf6aeb37481c27a2e2ee22.tar.gz"}/module.nix"
2023-10-28 22:09:36 +02:00
];
}