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

@@ -3,36 +3,65 @@
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
jetbrains.rider jetbrains.rider
android-studio
beekeeper-studio
brave
discord
spotify
go go
lua lua
nodePackages.pnpm nodePackages.pnpm
(python3.withPackages (python-pkgs: [ (python3.withPackages (python-pkgs: [ python-pkgs.pip python-pkgs.requests ]))
python-pkgs.pip
python-pkgs.requests
]))
rustup rustup
zig zig
obsidian obsidian
thunderbird thunderbird
libreoffice-qt libreoffice-qt
nerd-fonts.fira-code
hunspell hunspell
blueberry blueberry
telegram-desktop
steam steam
steam-run steam-run
yuzu-mainline yuzu-mainline
(lutris.override {
extraPkgs = pkgs: [
wineWowPackages.stable
winetricks
];
})
viewnior viewnior
pkgs-unstable.hyprshot pkgs-unstable.hyprshot
catppuccin-cursors.macchiatoBlue catppuccin-cursors.macchiatoBlue
catppuccin-gtk catppuccin-gtk
papirus-folders papirus-folders
git php84Packages.composer
curl 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
]; ];
} }

View File

@@ -7,7 +7,6 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
hyprpaper hyprpaper
kitty
libnotify libnotify
mako mako
qt5.qtwayland qt5.qtwayland

View File

@@ -3,6 +3,7 @@
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
bat bat
highlight
btop btop
eza eza
fzf fzf
@@ -12,6 +13,7 @@
libsForQt5.qt5.qtquickcontrols2 libsForQt5.qt5.qtquickcontrols2
libsForQt5.qt5.qtgraphicaleffects libsForQt5.qt5.qtgraphicaleffects
libsForQt5.qt5.qtsvg libsForQt5.qt5.qtsvg
go-task
neofetch neofetch
neovim neovim
ripgrep ripgrep
@@ -26,5 +28,18 @@
xdg-desktop-portal-wlr xdg-desktop-portal-wlr
zip zip
zoxide zoxide
jq
lazygit
lazysql
less
mlocate
tree
tmux
tmuxinator
wget
zenity
yazi
rsync
p7zip
]; ];
} }