From fed3f0de67702a27471794d362d2fd4f618a1eea Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Fri, 25 Jul 2025 11:01:46 -0300 Subject: feat: add `nami` host --- hosts/nami.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hosts/nami.nix (limited to 'hosts/nami.nix') diff --git a/hosts/nami.nix b/hosts/nami.nix new file mode 100644 index 0000000..8991250 --- /dev/null +++ b/hosts/nami.nix @@ -0,0 +1,6 @@ +{ config, pkgs, ...}: { + santi-modules = { + desktop-environment.enable = true; + }; + nixpkgs.hostPlatform = "aarch64-darwin"; +} -- cgit v1.2.3