home: move discord import to correct file

This commit is contained in:
insects 2024-10-30 11:40:53 +01:00
parent bfe7abdb33
commit 4b092bc31a
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@
./1password.nix
./irc.nix
./emacs.nix
./discord.nix
];
home.packages = with pkgs; [

View file

@ -1 +1 @@
{ ... }: { imports = [ ./flatpak.nix ./discord.nix ]; }
{ ... }: { imports = [ ./flatpak.nix ]; }