add discord on haze

This commit is contained in:
2025-02-14 19:21:57 +01:00
parent ec53faa344
commit d3b36c30a5
2 changed files with 7 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
inputs.impermanence.nixosModules.impermanence
./beeper.nix
./boot.nix
./discord.nix
./disk.nix
./thunderbird.nix
./hardware.nix

6
hosts/haze/discord.nix Normal file
View File

@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
environment.systemPackages = [
pkgs.discord
];
}