mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-13 03:56:24 +00:00
fix formatting
This commit is contained in:
19
packages.nix
19
packages.nix
@@ -1,16 +1,17 @@
|
||||
{ pkgs }: with pkgs; [
|
||||
{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
|
||||
@@ -21,30 +22,30 @@
|
||||
bitwarden
|
||||
|
||||
# chat apps
|
||||
(import ./packages/threema-desktop.nix { inherit pkgs; })
|
||||
(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 TODO: broken
|
||||
blender
|
||||
|
||||
|
||||
# development
|
||||
(import ./packages/intellij.nix { inherit pkgs; })
|
||||
(import ./packages/intellij.nix {inherit pkgs;})
|
||||
jetbrains.rust-rover
|
||||
insomnia
|
||||
avalonia-ilspy
|
||||
|
||||
|
||||
# gaming
|
||||
steam
|
||||
oversteer
|
||||
|
||||
Reference in New Issue
Block a user