diff options
| author | Seth Flynn <[email protected]> | 2025-02-13 18:54:26 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-02-13 22:09:11 -0500 |
| commit | 6e70c2e409b632c113364ce34c79aa1385d8e56f (patch) | |
| tree | 7c4464e4d410e9043e2baa4dd5d863630dd9efe8 /modules/darwin/desktop/default.nix | |
| parent | 3a2a22f50343b887a85cf18fca4720f751eeafb8 (diff) | |
darwin/desktop: move to mixins and defaults
Diffstat (limited to 'modules/darwin/desktop/default.nix')
| -rw-r--r-- | modules/darwin/desktop/default.nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/darwin/desktop/default.nix b/modules/darwin/desktop/default.nix deleted file mode 100644 index 878d13d..0000000 --- a/modules/darwin/desktop/default.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ lib, ... }: -{ - options.desktop = { - enable = lib.mkEnableOption "basic desktop settings"; - }; - - imports = [ - ./fonts.nix - ./homebrew.nix - ./programs.nix - ]; -} |
