diff options
| author | Mel <mel@rnrd.eu> | 2025-07-12 04:00:28 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-07-12 04:00:28 +0200 |
| commit | 4fd56f73360372665dd072adac2a78156d4caf2d (patch) | |
| tree | ce681316938f536ad2309e1711ba3eb40046c8d2 /machines/moissanite/home.nix | |
| parent | 90ae56d81617248ed6570dfc7fb67940db6f8450 (diff) | |
| download | minerals-4fd56f73360372665dd072adac2a78156d4caf2d.tar.zst minerals-4fd56f73360372665dd072adac2a78156d4caf2d.zip | |
Setup new M1 MacBook as 'Moissanite' with Asahi Linux
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines/moissanite/home.nix')
| -rw-r--r-- | machines/moissanite/home.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/machines/moissanite/home.nix b/machines/moissanite/home.nix new file mode 100644 index 0000000..8f27ed2 --- /dev/null +++ b/machines/moissanite/home.nix @@ -0,0 +1,9 @@ +{ pkgs, ... }: + +{ + imports = [ + ../../modules/home/common.nix + ]; + + home.stateVersion = "25.05"; +} |
