5 lines
No EOL
67 B
Nix
5 lines
No EOL
67 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
home.packages = with pkgs; [discord];
|
|
} |