diff options
Diffstat (limited to 'modules/darwin/users/seth.nix')
| -rw-r--r-- | modules/darwin/users/seth.nix | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/modules/darwin/users/seth.nix b/modules/darwin/users/seth.nix deleted file mode 100644 index 44eb4d3..0000000 --- a/modules/darwin/users/seth.nix +++ /dev/null @@ -1,16 +0,0 @@ -{ config, lib, ... }: - -let - cfg = config.borealis.users.seth; -in - -{ - config = lib.mkMerge [ - (lib.mkIf cfg.enable { - home-manager.users.seth = { - # NOTE: this module is for linux, not mac - seth.desktop.enable = false; - }; - }) - ]; -} |
