about summary refs log tree commit diff
path: root/home/profiles
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-02-20 20:39:56 +0900
committersefidel <contact@sefidel.net>2023-02-20 20:39:56 +0900
commit1e4a3719b02ee37a78860f64d29d144bfda4ce15 (patch)
tree4fa30ad7e551654f40332237eee227ce1a41e27a /home/profiles
parentb0c90b357d008071c14ebf1c6e6429c0e437c9ad (diff)
downloadnixrc-1e4a3719b02ee37a78860f64d29d144bfda4ce15.tar.gz
nixrc-1e4a3719b02ee37a78860f64d29d144bfda4ce15.zip
feat(home): messaging -> communication
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.";
   };