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/alpha | |
parent | b0c90b357d008071c14ebf1c6e6429c0e437c9ad (diff) | |
download | nixrc-1e4a3719b02ee37a78860f64d29d144bfda4ce15.tar.gz nixrc-1e4a3719b02ee37a78860f64d29d144bfda4ce15.zip |
feat(home): messaging -> communication
Diffstat (limited to 'home/alpha')
-rw-r--r-- | home/alpha/sefidel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/alpha/sefidel.nix b/home/alpha/sefidel.nix index 333e62f..2e91d1b 100644 --- a/home/alpha/sefidel.nix +++ b/home/alpha/sefidel.nix @@ -2,7 +2,7 @@ { config = { - activeProfiles = [ "base" "browsing" "development" "messaging" "multimedia" "research" ]; + activeProfiles = [ "base" "browsing" "development" "communication" "multimedia" "research" ]; programs.htop.settings.detailed_cpu_time = true; |