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, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
nixpkgs.overlays = [
|
||||||
|
(import ./nix-overlays/overlay.nix)
|
||||||
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
vim
|
vim
|
||||||
|
neovim
|
||||||
|
tmux
|
||||||
wget
|
wget
|
||||||
killall
|
killall
|
||||||
|
appimage-run
|
||||||
|
|
||||||
slack
|
slack
|
||||||
discord-screenaudio
|
discord-screenaudio
|
||||||
telegram-desktop
|
telegram-desktop
|
||||||
element-desktop
|
element-desktop
|
||||||
steam
|
|
||||||
homebank
|
homebank
|
||||||
|
obs-studio
|
||||||
|
obs-studio-plugins.droidcam-obs
|
||||||
|
droidcam
|
||||||
|
teamviewer
|
||||||
|
anytype
|
||||||
|
|
||||||
prismlauncher-unwrapped
|
prismlauncher-unwrapped
|
||||||
jdk17
|
jdk17
|
||||||
|
|
@ -23,23 +34,54 @@
|
||||||
fd
|
fd
|
||||||
heroic
|
heroic
|
||||||
ungoogled-chromium
|
ungoogled-chromium
|
||||||
|
vivaldi
|
||||||
pipx
|
pipx
|
||||||
pciutils
|
pciutils
|
||||||
|
|
||||||
wine
|
wine
|
||||||
|
wine64
|
||||||
|
wine-staging
|
||||||
|
winetricks
|
||||||
|
bottles
|
||||||
|
|
||||||
python312
|
python312
|
||||||
nerdfonts
|
nerdfonts
|
||||||
|
samba
|
||||||
|
|
||||||
qbittorrent
|
|
||||||
zip
|
zip
|
||||||
|
|
||||||
cmatrix
|
cmatrix
|
||||||
|
|
||||||
|
nebula
|
||||||
|
|
||||||
libreoffice-qt6-still
|
libreoffice-qt6-still
|
||||||
rclone
|
rclone
|
||||||
|
|
||||||
vscode-fhs
|
vscode-fhs
|
||||||
|
|
||||||
openssl
|
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