diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-06-12 13:37:13 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-06-12 13:37:13 +0200 |
| commit | 15d50528cf86e93bad19f65f1e4b47af49e94d71 (patch) | |
| tree | caaa600a8f38df84dc269a3844d276393e90262c /home/mun/programs/nixcord.nix | |
| parent | 72ee2b5a1e65ce804d6e1dcfd11aec06385594cc (diff) | |
Nuked everything
Diffstat (limited to 'home/mun/programs/nixcord.nix')
| -rw-r--r-- | home/mun/programs/nixcord.nix | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/home/mun/programs/nixcord.nix b/home/mun/programs/nixcord.nix deleted file mode 100644 index 6e3d470..0000000 --- a/home/mun/programs/nixcord.nix +++ /dev/null @@ -1,13 +0,0 @@ -{inputs, ...}: { - imports = [ - inputs.nixcord.homeModules.nixcord - ]; - - programs.nixcord = { - enable = true; - - discord = { - vencord.enable = true; - }; - }; -} |
