Install packages
This commit is contained in:
@@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
hyprpaper
|
hyprpaper
|
||||||
kitty
|
|
||||||
libnotify
|
libnotify
|
||||||
mako
|
mako
|
||||||
qt5.qtwayland
|
qt5.qtwayland
|
||||||
|
|||||||
@@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user