Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
7e261e5cf0
|
@ -386,6 +386,15 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
home = {
|
home = {
|
||||||
|
activation = {
|
||||||
|
# Prevent Virtualbox from creating a "VirtualBox VMs" folder in $HOME
|
||||||
|
setVirtualboxSettings = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
|
||||||
|
if command -v VBoxManage > /dev/null
|
||||||
|
then
|
||||||
|
VBoxManage setproperty machinefolder ${config.xdg.dataHome}/virtualbox
|
||||||
|
fi
|
||||||
|
'';
|
||||||
|
};
|
||||||
stateVersion = "23.11";
|
stateVersion = "23.11";
|
||||||
language = {
|
language = {
|
||||||
base = "en_US.UTF-8";
|
base = "en_US.UTF-8";
|
||||||
|
@ -411,6 +420,11 @@ in
|
||||||
zsh-history-substring-search
|
zsh-history-substring-search
|
||||||
powerline-go
|
powerline-go
|
||||||
|
|
||||||
|
# nix utils
|
||||||
|
nix-diff
|
||||||
|
nix-tree
|
||||||
|
nix-output-monitor
|
||||||
|
|
||||||
# terminal essentials
|
# terminal essentials
|
||||||
file
|
file
|
||||||
moreutils
|
moreutils
|
||||||
|
|
Loading…
Reference in a new issue