home: reinstall discord
This commit is contained in:
parent
5eb4f266ad
commit
0154be0637
2 changed files with 6 additions and 1 deletions
5
home/features/desktop/discord.nix
Normal file
5
home/features/desktop/discord.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [ vesktop ];
|
||||
}
|
|
@ -1 +1 @@
|
|||
{ ... }: { imports = [ ./flatpak.nix ]; }
|
||||
{ ... }: { imports = [ ./flatpak.nix ./discord.nix ]; }
|
||||
|
|
Loading…
Add table
Reference in a new issue