Remove unnecessary comments from homes/me/default.nix

This commit is contained in:
Emile Clark-Boman 2025-07-24 13:29:23 +10:00
parent fd2857742f
commit a23c48b138

View file

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