add discord on haze
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
inputs.impermanence.nixosModules.impermanence
|
inputs.impermanence.nixosModules.impermanence
|
||||||
./beeper.nix
|
./beeper.nix
|
||||||
./boot.nix
|
./boot.nix
|
||||||
|
./discord.nix
|
||||||
./disk.nix
|
./disk.nix
|
||||||
./thunderbird.nix
|
./thunderbird.nix
|
||||||
./hardware.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