move chat apps to a common file
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [
|
||||
pkgs.beeper
|
||||
];
|
||||
}
|
||||
8
hosts/haze/chat.nix
Normal file
8
hosts/haze/chat.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
beeper
|
||||
discord
|
||||
element-desktop
|
||||
];
|
||||
}
|
||||
@@ -7,9 +7,8 @@
|
||||
inputs.disko.nixosModules.disko
|
||||
inputs.agenix.nixosModules.default
|
||||
inputs.impermanence.nixosModules.impermanence
|
||||
./beeper.nix
|
||||
./boot.nix
|
||||
./discord.nix
|
||||
./chat.nix
|
||||
./disk.nix
|
||||
./firefox.nix
|
||||
./gimp.nix
|
||||
|
||||
@@ -1,6 +1 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [
|
||||
pkgs.discord
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user