mirror of
https://github.com/thegeneralist01/config.git
synced 2026-03-07 10:59:55 +01:00
chore: organize dotfiles stowed by home-manager
This commit is contained in:
parent
d82367b7ee
commit
c8783b2c52
40 changed files with 32 additions and 59 deletions
|
|
@ -27,13 +27,13 @@ in {
|
|||
|
||||
home.file = {
|
||||
".config/nvim" = {
|
||||
source = ../home/dotfiles/nvim;
|
||||
source = ../dotfiles/nvim;
|
||||
force = true;
|
||||
recursive = true;
|
||||
};
|
||||
} // optionalAttrs config.onLinux {
|
||||
".config/i3status" = {
|
||||
source = ../home/dotfiles/i3status;
|
||||
source = ../dotfiles/i3status;
|
||||
force = true;
|
||||
recursive = true;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -12,6 +12,25 @@ in {
|
|||
gcc
|
||||
gnumake
|
||||
automake
|
||||
|
||||
zip
|
||||
xz
|
||||
unzip
|
||||
|
||||
mtr
|
||||
iperf3
|
||||
dnsutils
|
||||
ldns
|
||||
nmap
|
||||
|
||||
file
|
||||
which
|
||||
tree
|
||||
gnupg
|
||||
btop
|
||||
|
||||
pciutils
|
||||
usbutils
|
||||
;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue