mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
60 lines
848 B
Nix
60 lines
848 B
Nix
{ pkgs }: with pkgs; [
|
|
# nix
|
|
cachix
|
|
lorri
|
|
|
|
# fix for proton games not launching without any error message
|
|
libxcrypt
|
|
|
|
# browsers
|
|
firefox-wayland
|
|
chromium
|
|
brave
|
|
|
|
# media
|
|
jellyfin-media-player
|
|
youtube-music
|
|
vlc
|
|
makemkv
|
|
handbrake
|
|
metadata-cleaner
|
|
bitwarden
|
|
|
|
# chat apps
|
|
(import ./packages/threema-desktop.nix { inherit pkgs; })
|
|
(discord.override {
|
|
withOpenASAR = true;
|
|
withVencord = false;
|
|
})
|
|
slack
|
|
|
|
# office
|
|
libreoffice
|
|
apostrophe # markdown editor
|
|
|
|
# creative
|
|
gimp-with-plugins
|
|
inkscape-with-extensions
|
|
audacity
|
|
friture
|
|
blender
|
|
|
|
# development
|
|
(import ./packages/intellij.nix { inherit pkgs; })
|
|
jetbrains.rust-rover
|
|
insomnia
|
|
avalonia-ilspy
|
|
|
|
# gaming
|
|
steam
|
|
oversteer
|
|
obs-studio
|
|
cartridges
|
|
bottles
|
|
protontricks
|
|
mangohud
|
|
|
|
# utils
|
|
neofetch
|
|
]
|