fixing a LOT of typos
This commit is contained in:
parent
795bb17857
commit
b183b789b4
25 changed files with 57 additions and 65 deletions
16
modules/_programs/communication.nix
Normal file
16
modules/_programs/communication.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{ pkgs, config, ... }:
|
||||
let
|
||||
inherit (lib.modules) mkIf;
|
||||
in
|
||||
{
|
||||
options.modules.programs.communication = let
|
||||
inherit (lib.options) mkEnableOption;
|
||||
in {
|
||||
enable = mkEnableOption "Discord and Teamspeak";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
webcord
|
||||
teamspeak_client
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue