dotfiles.nix/home-manager/sajenim/features/desktop/common/default.nix

8 lines
47 B
Nix
Raw Normal View History

2024-01-21 21:01:42 +08:00
{ ... }:
{
imports = [
./discord
];
}