nixos-config/common: misc changes

This commit is contained in:
steveej 2018-10-29 02:01:29 +01:00
parent f75ab8d271
commit 19d1f6983f

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
]); ]);
}; };
} }