diff options
author | Leonardo Santiago <[email protected]> | 2025-07-25 11:01:46 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2025-07-25 11:01:46 -0300 |
commit | fed3f0de67702a27471794d362d2fd4f618a1eea (patch) | |
tree | 408a7458cc5206d8d91b194f5b283bde4e74f705 /hosts/nami.nix | |
parent | 07e1b844732785aab02858ec5ca1352547d9918c (diff) |
feat: add `nami` host
Diffstat (limited to 'hosts/nami.nix')
-rw-r--r-- | hosts/nami.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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"; +} |