Files
dotfiles/home-modules/pkgs-list/programs.nix
Lennart J. Kurzweg (Nx2) cd25a1a569 mpv
2025-08-27 23:59:29 +02:00

16 lines
275 B
Nix

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