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