NiksOS/home/programs/other.nix
2025-02-24 02:59:40 +01:00

6 lines
83 B
Nix

{pkgs, ...}: {
home.packages = [
pkgs.spotify
pkgs.signal-desktop
];
}