Files
dotfiles/home-modules/pkgs-list/programs.nix
Lennart J. Kurzweg (Nx2) 23b1e6f8cc gemini in shell-only
2026-04-22 08:38:22 +00:00

23 lines
419 B
Nix

{ pkgs, hyper, ... }: {
home.packages = (with pkgs; [
chromium
gnome-clocks
gnome-calculator
gnome-characters
gnome-2048
qbittorrent
wl-clipboard
xfce.thunar
]) ++ (if hyper.isWorkstation then (with pkgs; [
signal-desktop
unstable.code-cursor-fhs
latest.antigravity
element-desktop
obsidian
zoom-us
inkscape
audacity
libreoffice
]) else []);
}