diff options
| author | seth <[email protected]> | 2024-02-07 18:03:24 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-07 18:27:45 -0500 |
| commit | cffffeb678e9a1078eeba0f19c9607cda9f31bed (patch) | |
| tree | 8b8f68aa357becad06845f15b7e528474041371c /users/seth/darwin.nix | |
| parent | 48712d44fde91d2685089cca7f9d88295fd59817 (diff) | |
modules/nixos+darwin: move to traits + archetypes model
Diffstat (limited to 'users/seth/darwin.nix')
| -rw-r--r-- | users/seth/darwin.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/users/seth/darwin.nix b/users/seth/darwin.nix new file mode 100644 index 0000000..049d3d3 --- /dev/null +++ b/users/seth/darwin.nix @@ -0,0 +1,7 @@ +{ + imports = [./system.nix]; + + home-manager.users.seth = { + seth.desktop.enable = false; + }; +} |
