aboutsummaryrefslogtreecommitdiff
path: root/nix/users/fcuny/darwin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/users/fcuny/darwin.nix')
-rw-r--r--nix/users/fcuny/darwin.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/nix/users/fcuny/darwin.nix b/nix/users/fcuny/darwin.nix
deleted file mode 100644
index fc412c9..0000000
--- a/nix/users/fcuny/darwin.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ pkgs, ... }:
-{
- # The user should already exist, but we need to set this up so Nix knows
- # what our home directory is (https://github.com/LnL7/nix-darwin/issues/423).
- users.users.fcuny = {
- home = "/Users/fcuny";
- shell = pkgs.fish;
- };
-}