nixos-config/common: misc changes
This commit is contained in:
parent
f75ab8d271
commit
19d1f6983f
1 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
]);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue