Files
nixos-config/modules/user/packages/desktop.nix
T
2026-06-04 21:57:07 +03:00

15 lines
198 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [
ayugram-desktop
vesktop
obs-studio
mpv
imhex
obsidian
qbittorrent
thunderbird
libreoffice
pear-desktop
];
}