Files
nixos-config/modules/user/packages/desktop.nix
T
2025-10-31 13:40:32 +03:00

12 lines
186 B
Nix

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