tangled
alpha
login
or
join now
jaspermayone.com
/
dots
0
fork
atom
@jaspermayone.com's dotfiles
0
fork
atom
overview
issues
pulls
pipelines
only enable try on remus
jaspermayone.com
2 months ago
87b599d1
ee01af66
+2
-2
1 changed file
expand all
collapse all
unified
split
home
default.nix
+2
-2
home/default.nix
···
71
71
nix-direnv.enable = true;
72
72
};
73
73
74
74
-
# Try - ephemeral workspace manager
74
74
+
# Try - ephemeral workspace manager (local dev machines only)
75
75
programs.try = {
76
76
-
enable = true;
76
76
+
enable = hostname == "remus";
77
77
path = "~/dev/tries";
78
78
};
79
79