From 19d1f6983fbb336d8fb5147694ec4dd6be3426b0 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Mon, 29 Oct 2018 02:01:29 +0100 Subject: [PATCH] nixos-config/common: misc changes --- nixos-configuration/common/steveej-live-usb/pkg.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/nixos-configuration/common/steveej-live-usb/pkg.nix b/nixos-configuration/common/steveej-live-usb/pkg.nix index 46c1891..6ab8195 100644 --- a/nixos-configuration/common/steveej-live-usb/pkg.nix +++ b/nixos-configuration/common/steveej-live-usb/pkg.nix @@ -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 ]); }; }