Files
nixos-config/modules/user/packages/desktop.nix
T

13 lines
202 B
Nix

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