diff options
Diffstat (limited to 'home/profiles')
-rw-r--r-- | home/profiles/communication/default.nix (renamed from home/profiles/messaging/default.nix) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/profiles/messaging/default.nix b/home/profiles/communication/default.nix index 1712b1d..6280899 100644 --- a/home/profiles/messaging/default.nix +++ b/home/profiles/communication/default.nix @@ -1,6 +1,6 @@ { config, lib, pkgs, ... }: let - cfg = config.profiles.messaging; + cfg = config.profiles.communication; poorObfuscation = y: x: "${x}@${y}"; mapKeys = map (x: @@ -17,7 +17,7 @@ in { imports = [ ../../modules/programs/nixpkgs ]; - options.profiles.messaging = { + options.profiles.communication = { enable = lib.mkEnableOption "A profile that enables the system to communicate via internet."; }; |