add discord on haze
This commit is contained in:
parent
ec53faa344
commit
d3b36c30a5
2 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||||
|
];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue