1
0
Fork 0
mirror of https://git.sr.ht/~neverness/ultima synced 2025-01-07 21:13:55 +00:00
ultima/jetpure/home/parts/pkgs.nix
2024-12-06 21:57:22 +09:00

48 lines
1.2 KiB
Nix

{ pkgs, inputs, config, ... }: {
imports = with inputs; [ nur.hmModules.nur ];
module.programs = {
gui.pkgs = with pkgs; [
nemo # GUI FM
nemo-fileroller # ADDON
file-roller # ARCHIVER
_64gram # TG GUI
onlyoffice-bin # OFFICE
qbittorrent-enhanced # QTORRENT
filezilla # FTP CLIENT
popsicle # ISO WRITER
ventoy # FUCK
bottles # LAUNCH GAMES WITHOUT STEAM
mindustry-wayland # MINDUSTRY LETSSS GOOOOO
inputs.zen.packages."${system}".specific # COOL BROWSER
];
cli.pkgs = with pkgs; [
nurl # FETCHER
nix-tree # JUST COOL
btop # CPU RAM AND PROCESSES TOP
nvtopPackages.amd # GPU TOP
trashy # TRASH
tenki # CLOCK
imagemagick # CONVERT IMG
jpegoptim # LOW SIZE JPEG
optipng # LOW SIZE PNG
lutgen # COLORIZE IMG
wyvern # GOG
tuir # REDDIT TUI
wineWow64Packages.staging # SIMPLE LAUNCHER
config.nur.repos.rycee.mozilla-addons-to-nix # ADDONS TO NIX
# inputs.tgt.packages.${system}.default # TG TUI
# inputs.transg.packages.${system}.default # TRANSMISSION TUI
# inputs.phani.packages.${system}.qbittorrentui # QBITUI
];
};
}