diff options
author | sefidel <contact@sefidel.net> | 2023-02-20 20:39:56 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-02-20 20:39:56 +0900 |
commit | 1e4a3719b02ee37a78860f64d29d144bfda4ce15 (patch) | |
tree | 4fa30ad7e551654f40332237eee227ce1a41e27a /home/default.nix | |
parent | b0c90b357d008071c14ebf1c6e6429c0e437c9ad (diff) | |
download | nixrc-1e4a3719b02ee37a78860f64d29d144bfda4ce15.tar.gz nixrc-1e4a3719b02ee37a78860f64d29d144bfda4ce15.zip |
feat(home): messaging -> communication
Diffstat (limited to 'home/default.nix')
-rw-r--r-- | home/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/default.nix b/home/default.nix index d10a387..567883b 100644 --- a/home/default.nix +++ b/home/default.nix @@ -13,7 +13,7 @@ ./profiles/base ./profiles/browsing ./profiles/development - ./profiles/messaging + ./profiles/communication ./profiles/multimedia ./profiles/research @@ -34,7 +34,7 @@ ./profiles/base ./profiles/browsing ./profiles/development - ./profiles/messaging + ./profiles/communication ./profiles/multimedia ./profiles/research ]; |