add my packages to packages.nix
This commit is contained in:
parent
7570c881c5
commit
7dd4d5420c
1 changed files with 44 additions and 2 deletions
|
|
@ -1,18 +1,29 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
(import ./nix-overlays/overlay.nix)
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
vim
|
||||
neovim
|
||||
tmux
|
||||
wget
|
||||
killall
|
||||
appimage-run
|
||||
|
||||
slack
|
||||
discord-screenaudio
|
||||
telegram-desktop
|
||||
element-desktop
|
||||
steam
|
||||
homebank
|
||||
obs-studio
|
||||
obs-studio-plugins.droidcam-obs
|
||||
droidcam
|
||||
teamviewer
|
||||
anytype
|
||||
|
||||
prismlauncher-unwrapped
|
||||
jdk17
|
||||
|
|
@ -23,23 +34,54 @@
|
|||
fd
|
||||
heroic
|
||||
ungoogled-chromium
|
||||
vivaldi
|
||||
pipx
|
||||
pciutils
|
||||
|
||||
wine
|
||||
wine64
|
||||
wine-staging
|
||||
winetricks
|
||||
bottles
|
||||
|
||||
python312
|
||||
nerdfonts
|
||||
samba
|
||||
|
||||
qbittorrent
|
||||
zip
|
||||
|
||||
cmatrix
|
||||
|
||||
nebula
|
||||
|
||||
libreoffice-qt6-still
|
||||
rclone
|
||||
|
||||
vscode-fhs
|
||||
|
||||
openssl
|
||||
|
||||
android-tools
|
||||
android-studio
|
||||
|
||||
icewm
|
||||
tigervnc
|
||||
vlc
|
||||
steam-run
|
||||
|
||||
obsidian
|
||||
|
||||
# Music
|
||||
carla
|
||||
ardour
|
||||
vital
|
||||
distrho
|
||||
reaper
|
||||
yabridge
|
||||
yabridgectl
|
||||
x42-plugins
|
||||
x42-avldrums
|
||||
bitwig-studio
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue