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