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