home: reinstall discord

This commit is contained in:
insects 2024-10-30 11:39:46 +01:00
parent 5eb4f266ad
commit 0154be0637
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ vesktop ];
}

View file

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