modularize system config
This commit is contained in:
parent
3a278d7077
commit
d7453265a1
14 changed files with 217 additions and 180 deletions
64
modules/system/utilities.nix
Normal file
64
modules/system/utilities.nix
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
{ pkgs, ... }: {
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"ventoy-qt5-1.1.10"
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
baobab
|
||||
file-roller
|
||||
gnome-network-displays
|
||||
gnome-disk-utility
|
||||
|
||||
smartmontools
|
||||
lm_sensors
|
||||
ntfs3g
|
||||
virt-viewer
|
||||
dconf2nix
|
||||
pciutils
|
||||
gparted
|
||||
exfatprogs
|
||||
pavucontrol
|
||||
jq
|
||||
powertop
|
||||
smartmontools
|
||||
fastfetch
|
||||
ethtool
|
||||
dig
|
||||
dnslookup
|
||||
lsof
|
||||
gucharmap
|
||||
ncdu
|
||||
zip
|
||||
blueman
|
||||
shared-mime-info
|
||||
usbutils
|
||||
|
||||
android-tools
|
||||
scrcpy
|
||||
distrobox
|
||||
|
||||
ventoy-full-qt
|
||||
home-manager
|
||||
vim
|
||||
wget
|
||||
curl
|
||||
openssl_3
|
||||
htop
|
||||
nmap
|
||||
sysstat
|
||||
netcat
|
||||
p7zip
|
||||
stress
|
||||
wakeonlan
|
||||
coreutils-full
|
||||
traceroute
|
||||
lxappearance
|
||||
freerdp
|
||||
|
||||
nix-index
|
||||
nixd
|
||||
nil
|
||||
nh
|
||||
git
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue