Files
dotfiles/home-modules/pkgs-list/programs.nix
Lennart J. Kurzweg (Nx2) b89f7960df libreoffice
2026-01-04 14:35:18 +01:00

24 lines
423 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
unstable.code-cursor-fhs
latest.antigravity
obsidian
zoom-us
inkscape
audacity
gemini-cli
libreoffice
] else []);
}