liminalOS/users/youwen/linux/packages/common-packages.nix

51 lines
654 B
Nix
Raw Normal View History

2024-08-07 07:58:36 -07:00
pkgs:
with pkgs; [
neofetch
# archives
zip
xz
unzip
p7zip
# utils
nurl # helps fetch git data for nixpkgs
# nix related
#
# it provides the command `nom` works just like `nix`
# with more details log output
nix-output-monitor
# system tools
pciutils # lspci
usbutils # lsusb
# desktop utils
wl-clipboard
grim
slurp
swappy
pavucontrol
waypaper
swaybg
pamixer
brightnessctl
2024-08-15 16:15:12 -07:00
bitwarden-cli
2024-08-07 07:58:36 -07:00
# desktop apps
dolphin
thunderbird
2024-08-21 14:43:11 -07:00
vesktop
2024-08-07 07:58:36 -07:00
signal-desktop
gcc
2024-08-07 07:58:36 -07:00
# desktop ricing
bibata-cursors
libsForQt5.qtstyleplugin-kvantum
libsForQt5.qt5ct
papirus-icon-theme
libsForQt5.qt5ct
]