dotfiles/os/default.nix

20 lines
473 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
./ccc
2023-10-28 22:09:36 +02:00
./common.nix
./desktop.nix
2023-12-02 21:50:59 +01:00
./gaming
./geoffrey.nix
2024-01-05 18:42:21 +01:00
# ./wireless.nix
# FIXME networks.json is git-ignored, so flakes will not use it
2024-01-05 18:41:10 +01:00
"${builtins.fetchTarball {
url = "https://github.com/nix-community/disko/archive/3cb78c93e6a02f494aaf6aeb37481c27a2e2ee22.tar.gz";
sha256 = "0slkd86c7viv8ping6wizhab6iwxz0bn9fxvzrscz0r745d8iaca";
}
}/module.nix"
2023-10-28 22:09:36 +02:00
];
}