Skip to content

Commit

Permalink
Add pdfarranger
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystucki committed Jan 11, 2025
1 parent f504b8c commit 4c5f24d
Showing 1 changed file with 26 additions and 21 deletions.
47 changes: 26 additions & 21 deletions components/common-apps.nix
Original file line number Diff line number Diff line change
@@ -1,25 +1,30 @@
{ pkgs, pkgs-unstable, ... }:

{
home.packages = with pkgs; [
bambu-studio
blanket
evolution
gnome-decoder
gnome-calendar
gnome-characters
gnome-contacts
handbrake
imagemagick
inkscape
libreoffice
mpv
obsidian
piper
cartridges
pkgs-unstable.slack
threema-desktop
wireshark-qt
zathura
];
home.packages =
with pkgs;
[
bambu-studio
blanket
evolution
gnome-decoder
gnome-calendar
gnome-characters
gnome-contacts
handbrake
imagemagick
inkscape
libreoffice
mpv
obsidian
piper
cartridges
pkgs-unstable.slack
threema-desktop
wireshark-qt
zathura
]
++ lib.optionals (!stdenv.isDarwin) [
pdfarranger
];
}

0 comments on commit 4c5f24d

Please sign in to comment.