home/home/apps.nix

9 lines
98 B
Nix

{ pkgs, xdg-runtime-dir }:
{
home.packages = with pkgs; [
discord-canary
alloy6
];
}