Files
dotfiles/home-modules/pkgs-list/programs.nix
Lennart J. Kurzweg (Nx2) 5cc13c9b9a shell only gemini-cli
2026-04-24 19:57:45 +02:00

24 lines
437 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
fontforge-gtk
zoom-us
inkscape
audacity
libreoffice
]) else []);
}