refactor(profiles)!: split up desktop profile
This commit is contained in:
parent
48c2b30e18
commit
55c17db428
5 changed files with 126 additions and 109 deletions
32
modules/profiles/ripping.nix
Normal file
32
modules/profiles/ripping.nix
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
{ pkgs }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
# nix
|
||||
nixpkgs-review
|
||||
|
||||
# ripping
|
||||
abcde
|
||||
handbrake
|
||||
picard
|
||||
|
||||
# other
|
||||
anki
|
||||
calibre
|
||||
jellyfin-media-player
|
||||
keepassxc
|
||||
stable.libreoffice # HACK to fix build error
|
||||
pavucontrol
|
||||
stable.signal-desktop
|
||||
tlaplusToolbox
|
||||
vlc
|
||||
thunderbird
|
||||
plantuml
|
||||
|
||||
jetbrains.pycharm-professional
|
||||
|
||||
synology-drive-client
|
||||
|
||||
texlive.combined.scheme-full
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue