nix/modules/packages/default.nix

61 lines
687 B
Nix
Raw Normal View History

2024-06-05 20:52:52 +02:00
{ config, pkgs, ... }:
{
2024-07-01 16:57:23 +02:00
2024-06-05 20:52:52 +02:00
environment.systemPackages = with pkgs; [
#Games
alacritty
ark
prismlauncher
zulu17
lutris
mangohud
#hackerman
2024-06-25 16:59:38 +02:00
neovim
2024-06-05 20:52:52 +02:00
vim
fastfetch
freshfetch
cmatrix
cava
nitch
htop
gotop
#chromium
brave
freetube
webcord-vencord
#image/video/music/recording
imv
mpv
2024-06-25 16:42:05 +02:00
cmus
2024-07-01 07:50:23 +02:00
obs-studio
2024-06-05 20:52:52 +02:00
#gui stuff
ark
keepassxc
signal-desktop
2024-07-01 07:50:23 +02:00
transmission_3-gtk
2024-06-05 20:52:52 +02:00
upscayl
cinnamon.nemo
2024-06-13 19:31:48 +02:00
firefox
2024-06-05 20:52:52 +02:00
bottles
thunderbird
gnome.gnome-clocks
2024-07-02 12:38:34 +02:00
gnome-calculator
gnome-disk-utility
2024-06-05 20:52:52 +02:00
#random utils
2024-07-01 08:08:48 +02:00
tree
2024-06-24 20:39:16 +02:00
rofi-wayland
2024-06-24 16:21:10 +02:00
screen
2024-06-05 20:52:52 +02:00
git
zip
rar
unzip
unrar
scrcpy
appimage-run
yt-dlp
2024-06-18 21:35:27 +02:00
boxbuddy
2024-06-05 20:52:52 +02:00
distrobox
];
}