diff --git a/homes/me/default.nix b/homes/me/default.nix index 10e070d..170bc6d 100755 --- a/homes/me/default.nix +++ b/homes/me/default.nix @@ -6,11 +6,6 @@ pkgs, ... }: { - # TODO: unset this - nixpkgs = { - config.allowUnfree = true; - }; - imports = [ ../modules/git.nix ../modules/bat.nix @@ -94,7 +89,6 @@ }; # set ssh profiles - # (all we need is hyrule, everything else is through wishlist) # NOTE: (IMPORTANT) this DOES NOT start the ssh-agent # for that you need to use `services.ssh-agent.enable` ssh = {