add discord on haze
This commit is contained in:
@@ -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
6
hosts/haze/discord.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [
|
||||
pkgs.discord
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user