aboutsummaryrefslogtreecommitdiff
path: root/nix/profiles/home-manager/work.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nix/profiles/home-manager/work.nix12
1 files changed, 2 insertions, 10 deletions
diff --git a/nix/profiles/home-manager/work.nix b/nix/profiles/home-manager/work.nix
index ea9358e..31edd7e 100644
--- a/nix/profiles/home-manager/work.nix
+++ b/nix/profiles/home-manager/work.nix
@@ -2,15 +2,7 @@
home.stateVersion = "23.05";
- imports = [
- ./dev.nix
- ./fish.nix
- ./git.nix
- ./shell.nix
- ./ssh.nix
- ];
+ imports = [ ./mac.nix ];
- programs.git = {
- userEmail = "fcuny@roblox.com";
- };
+ programs.git = { userEmail = "fcuny@roblox.com"; };
}