migrate packages to home manager

This commit is contained in:
2023-10-28 15:09:54 +02:00
parent 2384dc11a9
commit 5a9a6ea04f
8 changed files with 142 additions and 22 deletions

View File

@@ -1,16 +1,52 @@
{ pkgs }: with pkgs; [
cachix
lorri
# chat apps
(discord.override {
withOpenASAR = true;
withVencord = true;
})
# development
(import ./packages/intellij.nix { inherit pkgs;
version = "2023.2.4";
build = "232.10203.10";
})
];
# nix
cachix
lorri
# browsers
firefox-wayland
chromium
brave
# media
jellyfin-media-player
youtube-music
vlc
makemkv
handbrake
metadata-cleaner
# chat apps
(import ./packages/threema-desktop.nix { inherit pkgs; })
(discord.override {
withOpenASAR = true;
withVencord = true;
})
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
]