mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
Init
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
# Nix
|
||||
nixfmt-tree
|
||||
nix-diff
|
||||
|
||||
# Base
|
||||
mc
|
||||
yazi
|
||||
pciutils
|
||||
smartmontools
|
||||
efibootmgr
|
||||
usbutils
|
||||
|
||||
# Data
|
||||
wget
|
||||
curl
|
||||
rsync
|
||||
fdupes
|
||||
|
||||
# Disk
|
||||
gparted
|
||||
parted
|
||||
ntfs3g
|
||||
exfatprogs # for gparted exfat support
|
||||
|
||||
# Archivers
|
||||
rar
|
||||
unzip
|
||||
zstd
|
||||
zip
|
||||
xarchiver
|
||||
|
||||
# Net
|
||||
ipset
|
||||
iptables
|
||||
nftables
|
||||
|
||||
# Monitoring
|
||||
btop
|
||||
fastfetch
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user