Remove unnecessary comments from homes/me/default.nix
This commit is contained in:
parent
fd2857742f
commit
a23c48b138
1 changed files with 0 additions and 6 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue