Install packages

This commit is contained in:
2026-02-22 22:11:15 +00:00
parent c65aad4b25
commit df9f2ae9c0
3 changed files with 120 additions and 77 deletions

View File

@@ -1,38 +1,67 @@
{ pkgs, pkgs-unstable, ... }:
{
home.packages = with pkgs; [
jetbrains.rider
go
lua
nodePackages.pnpm
(python3.withPackages (python-pkgs: [
python-pkgs.pip
python-pkgs.requests
]))
rustup
zig
obsidian
thunderbird
libreoffice-qt
hunspell
blueberry
telegram-desktop
steam
steam-run
yuzu-mainline
(lutris.override {
extraPkgs = pkgs: [
wineWowPackages.stable
winetricks
];
})
viewnior
pkgs-unstable.hyprshot
catppuccin-cursors.macchiatoBlue
catppuccin-gtk
papirus-folders
git
curl
];
home.packages = with pkgs; [
jetbrains.rider
android-studio
beekeeper-studio
brave
discord
spotify
go
lua
nodePackages.pnpm
(python3.withPackages (python-pkgs: [ python-pkgs.pip python-pkgs.requests ]))
rustup
zig
obsidian
thunderbird
libreoffice-qt
nerd-fonts.fira-code
hunspell
blueberry
steam
steam-run
yuzu-mainline
viewnior
pkgs-unstable.hyprshot
catppuccin-cursors.macchiatoBlue
catppuccin-gtk
papirus-folders
php84Packages.composer
php84Packages.xdebug
php84Extensions.sqlite3
php84Extensions.redis
php84Extensions.sodium
php84Extensions.pgsql
php84Extensions.iconv
php84Extensions.gd
php84Extensions.zip
php
antigravity
gimp
kdePackages.dolphin
enpass
enpass-cli
expressvpn
jellyfin-ffmpeg
inkscape
krita
libreoffice-fresh
nextcloud-client
nodejs_24
signal-desktop
sxiv
tenacity
unzip
zathura
ghostty
wally-cli
youtube-dl
kdePackages.wacomtablet
kdePackages.print-manager
mpv
vlc
telegram-desktop
];
}