dotfiles/curacao/default.nix
Geoffrey Frogeye de187c6044 Revert "curacao: Relieve razmo of stress"
This reverts commit 2a3624af09.

With new razmo this should be fine.
2024-05-13 09:16:02 +02:00

17 lines
234 B
Nix

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