diff options
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"; +} |