home: move discord import to correct file
This commit is contained in:
parent
bfe7abdb33
commit
4b092bc31a
2 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
./1password.nix
|
./1password.nix
|
||||||
./irc.nix
|
./irc.nix
|
||||||
./emacs.nix
|
./emacs.nix
|
||||||
|
./discord.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
{ ... }: { imports = [ ./flatpak.nix ./discord.nix ]; }
|
{ ... }: { imports = [ ./flatpak.nix ]; }
|
||||||
|
|
Loading…
Add table
Reference in a new issue