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

@@ -1,22 +1,21 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
hyprpaper hyprpaper
kitty libnotify
libnotify mako
mako qt5.qtwayland
qt5.qtwayland qt6.qtwayland
qt6.qtwayland swayidle
swayidle swaylock-effects
swaylock-effects wlogout
wlogout wl-clipboard
wl-clipboard wofi
wofi waybar
waybar ];
];
} }

View File

@@ -1,30 +1,45 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
bat bat
btop highlight
eza btop
fzf eza
git fzf
gnumake git
lm_sensors gnumake
libsForQt5.qt5.qtquickcontrols2 lm_sensors
libsForQt5.qt5.qtgraphicaleffects libsForQt5.qt5.qtquickcontrols2
libsForQt5.qt5.qtsvg libsForQt5.qt5.qtgraphicaleffects
neofetch libsForQt5.qt5.qtsvg
neovim go-task
ripgrep neofetch
tldr neovim
unzip ripgrep
openssl tldr
openssl.dev unzip
pkg-config openssl
wget openssl.dev
xfce.thunar pkg-config
xdg-desktop-portal-gtk wget
xdg-desktop-portal-wlr xfce.thunar
zip xdg-desktop-portal-gtk
zoxide xdg-desktop-portal-wlr
]; zip
zoxide
jq
lazygit
lazysql
less
mlocate
tree
tmux
tmuxinator
wget
zenity
yazi
rsync
p7zip
];
} }