diff options
author | Franck Cuny <fcuny@roblox.com> | 2024-05-06 14:09:41 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@roblox.com> | 2024-05-06 14:09:41 -0700 |
commit | 1f0173c6c25b4f5ebc8c6495fb08010764a0afff (patch) | |
tree | cbab43d29d9cfe3b0d71826c50496129af37d745 /nix/profiles/home-manager | |
parent | just moving stuff around (diff) | |
download | world-1f0173c6c25b4f5ebc8c6495fb08010764a0afff.tar.gz |
more deletion
Diffstat (limited to 'nix/profiles/home-manager')
-rw-r--r-- | nix/profiles/home-manager/work.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nix/profiles/home-manager/work.nix b/nix/profiles/home-manager/work.nix index bf32407..d1341a6 100644 --- a/nix/profiles/home-manager/work.nix +++ b/nix/profiles/home-manager/work.nix @@ -11,10 +11,6 @@ ./ssh.nix ]; - home.packages = with pkgs; [ - self.packages.${pkgs.system}.robloxenv - ]; - programs.git = { userEmail = "fcuny@roblox.com"; }; |