dotfiles/curacao/default.nix
Geoffrey Frogeye 2a3624af09
curacao: Relieve razmo of stress
Maybe I'm pushing its limits too hard... it doesn't seem to be doing
great. Maybe because it knows I'll replace it soon.
2024-05-10 14:44:37 +02:00

17 lines
238 B
Nix

{ pkgs, lib, config, ... }:
{
config = {
networking.hostName = "curacao";
};
imports = [
# ./backup
./co2meter
# ./dedup
./disko.nix
./features.nix
./hardware.nix
./homeautomation
./webcam
];
}