2023-11-05 17:56:55 +01:00
|
|
|
{ inputs, pkgs, ... }:
|
|
|
|
|
{
|
2024-06-21 09:49:09 +02:00
|
|
|
home.packages = with pkgs; [
|
|
|
|
|
tmux
|
|
|
|
|
wdisplays
|
|
|
|
|
htop
|
|
|
|
|
firefox
|
|
|
|
|
nsxiv
|
2023-12-13 22:22:10 +01:00
|
|
|
eza # ls replacement
|
2023-12-23 19:59:03 +01:00
|
|
|
file # Show file information
|
2023-12-13 22:22:10 +01:00
|
|
|
fzf # fuzzy finder
|
2024-05-23 20:54:42 +02:00
|
|
|
gimp
|
2023-11-06 17:54:06 +01:00
|
|
|
lazygit
|
2023-11-13 23:56:16 +01:00
|
|
|
libreoffice
|
2024-06-21 09:49:09 +02:00
|
|
|
xfce.thunar # file manager
|
2023-12-13 22:22:10 +01:00
|
|
|
prismlauncher # minecraft launcher
|
|
|
|
|
ripgrep # grep replacement
|
2024-06-21 09:49:09 +02:00
|
|
|
yt-dlp
|
2024-04-10 18:13:31 +02:00
|
|
|
wineWowPackages.wayland
|
2024-06-21 09:49:09 +02:00
|
|
|
element-desktop-wayland
|
|
|
|
|
spotify
|
|
|
|
|
thunderbird
|
|
|
|
|
neofetch
|
|
|
|
|
yarn
|
2023-11-05 11:40:44 +01:00
|
|
|
|
2023-11-13 23:05:05 +01:00
|
|
|
# C / C++
|
2023-11-13 23:04:33 +01:00
|
|
|
gcc
|
2023-11-13 22:51:35 +01:00
|
|
|
gnumake
|
|
|
|
|
|
2024-03-15 18:16:48 +01:00
|
|
|
# Python
|
|
|
|
|
python3
|
|
|
|
|
|
2023-11-06 17:54:06 +01:00
|
|
|
ffmpeg
|
2024-05-30 11:13:45 +02:00
|
|
|
killall
|
2023-11-06 17:54:06 +01:00
|
|
|
libnotify
|
2024-06-21 20:44:04 +02:00
|
|
|
man-pages # extra man pages
|
2023-12-13 22:22:10 +01:00
|
|
|
mpv # video player
|
2023-11-06 17:54:06 +01:00
|
|
|
openssl
|
2023-12-13 22:22:10 +01:00
|
|
|
pamixer # pulseaudio command line mixer
|
|
|
|
|
pavucontrol # pulseaudio volume controle (GUI)
|
|
|
|
|
playerctl # controller for media players
|
2024-05-24 23:43:48 +02:00
|
|
|
wl-clipboard # clipboard utils for wayland (wl-copy, wl-paste)
|
2024-06-21 09:49:09 +02:00
|
|
|
cliphist # clipboard history manager
|
2024-05-06 17:36:25 +02:00
|
|
|
poweralertd
|
2023-11-06 17:54:06 +01:00
|
|
|
unzip
|
|
|
|
|
wget
|
|
|
|
|
xdg-utils
|
2024-05-06 17:49:48 +02:00
|
|
|
xxd
|
2023-11-06 17:54:06 +01:00
|
|
|
inputs.alejandra.defaultPackage.${system}
|
2024-06-21 09:49:09 +02:00
|
|
|
];
|
2023-11-05 11:40:44 +01:00
|
|
|
}
|