Files
dotfiles/home-modules/pkgs-list/programs.nix
Lennart J. Kurzweg (Nx2) 2585c76039 audacity
2025-11-02 20:58:02 +01:00

20 lines
340 B
Nix

{ pkgs, hyper, ... }: {
home.packages = with pkgs; [
chromium
gnome-clocks
gnome-calculator
gnome-characters
gnome-2048
element-desktop
qbittorrent
wl-clipboard
xfce.thunar
] ++ (if (hyper.host != "NxACE") then [
signal-desktop
obsidian
zoom-us
inkscape
audacity
] else []);
}