mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 06:30:10 +03:00
123
This commit is contained in:
@@ -18,18 +18,23 @@
|
|||||||
lazysql
|
lazysql
|
||||||
|
|
||||||
# Base
|
# Base
|
||||||
mc
|
|
||||||
yazi
|
|
||||||
pciutils
|
|
||||||
smartmontools
|
|
||||||
efibootmgr
|
|
||||||
usbutils
|
|
||||||
|
|
||||||
# Data
|
|
||||||
wget
|
|
||||||
curl
|
curl
|
||||||
rsync
|
efibootmgr
|
||||||
|
fd
|
||||||
fdupes
|
fdupes
|
||||||
|
fzf
|
||||||
|
gdu
|
||||||
|
lsof
|
||||||
|
mc
|
||||||
|
pciutils
|
||||||
|
rsync
|
||||||
|
usbutils
|
||||||
|
wget
|
||||||
|
|
||||||
|
# Monitoring
|
||||||
|
smartmontools
|
||||||
|
btop
|
||||||
|
fastfetch
|
||||||
|
|
||||||
# Disk
|
# Disk
|
||||||
gparted
|
gparted
|
||||||
@@ -48,10 +53,6 @@
|
|||||||
ipset
|
ipset
|
||||||
iptables
|
iptables
|
||||||
nftables
|
nftables
|
||||||
|
|
||||||
# Monitoring
|
|
||||||
btop
|
|
||||||
fastfetch
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,6 +14,10 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
lazygit.enable = true;
|
lazygit.enable = true;
|
||||||
|
yazi = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
bat.enable = true;
|
||||||
command-not-found.enable = false;
|
command-not-found.enable = false;
|
||||||
nix-index.enable = true;
|
nix-index.enable = true;
|
||||||
nh = {
|
nh = {
|
||||||
|
|||||||
Reference in New Issue
Block a user