added mroe packages
This commit is contained in:
parent
517bba2149
commit
48bb58e1bc
10 changed files with 122 additions and 215 deletions
|
|
@ -1,5 +1,3 @@
|
|||
# This is your system's configuration file.
|
||||
# Use this to configure your system environment (it replaces /etc/nixos/configuration.nix)
|
||||
{
|
||||
inputs,
|
||||
lib,
|
||||
|
|
@ -10,12 +8,6 @@
|
|||
}:
|
||||
{
|
||||
|
||||
# services.pcscd.enable = true;
|
||||
# programs.gnupg.agent = {
|
||||
# enable = true;
|
||||
# enableSSHSupport = true;
|
||||
# };
|
||||
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
clean.enable = true;
|
||||
|
|
@ -24,24 +16,16 @@
|
|||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Bluetooth
|
||||
bluez
|
||||
bluez-tools
|
||||
|
||||
# Zathura
|
||||
poppler-utils
|
||||
|
||||
# Transform
|
||||
imagemagick
|
||||
pandoc
|
||||
|
||||
# Sound
|
||||
alsa-utils
|
||||
|
||||
# Monitor
|
||||
# brightnessctl
|
||||
|
||||
# System
|
||||
sops
|
||||
libnotify
|
||||
unzip
|
||||
|
|
@ -55,46 +39,31 @@
|
|||
grc
|
||||
vim
|
||||
fastfetch
|
||||
bc
|
||||
|
||||
# system call monitoring
|
||||
strace # system call monitoring
|
||||
lsof # list open files
|
||||
|
||||
# system tools
|
||||
sysstat
|
||||
lm_sensors # for `sensors` command
|
||||
lm_sensors
|
||||
ethtool
|
||||
pciutils # lspci
|
||||
usbutils # lsusb
|
||||
pciutils
|
||||
usbutils
|
||||
|
||||
# Files
|
||||
fzf
|
||||
eza
|
||||
rsync
|
||||
# dust
|
||||
ripgrep
|
||||
fd
|
||||
|
||||
# Misc
|
||||
lolcat
|
||||
fortune
|
||||
cowsay
|
||||
|
||||
# Security
|
||||
openssl
|
||||
|
||||
# Git
|
||||
lazygit
|
||||
hyprpicker
|
||||
|
||||
|
||||
# Typesetting
|
||||
typst
|
||||
typstyle
|
||||
tinymist
|
||||
# websocat
|
||||
# nix-search-cli
|
||||
# libsixel
|
||||
|
||||
(
|
||||
let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue