Add an install-medium; Major refactor to introduce composability; Simplify usage #10

Merged
steveej merged 18 commits from staging into master 2018-10-31 00:29:08 +00:00
Showing only changes of commit 19d1f6983f - Show all commits

View file

@ -95,8 +95,6 @@ in {
# Load direnv
eval "$(direnv hook zsh)"
source <(hcloud completion zsh) # zsh
'';
sessionVariables = environmentVariables // {
# Add more envrionment variables here
@ -173,7 +171,7 @@ in {
};
".config/roxterm.sourceforge.net" = {
source = "${dotfiles}/home/.config/roxterm.sourceforge.net";
recursive = true;
recursive = false;
};
".config/autorandr" = {
source = "${dotfiles}/home/.config/autorandr";
@ -275,6 +273,7 @@ in {
xorg.xcursorthemes
# Misc Desktop Tools
direnv
ltunify
solaar
dex
@ -291,6 +290,11 @@ in {
gnome3.dconf
picocom
glib.dev # contains gdbus tool
# Misc Development Tools
jq
direnv
]);
};
}