diff options
-rw-r--r-- | home/alpha/sefidel.nix | 2 | ||||
-rw-r--r-- | home/default.nix | 4 | ||||
-rw-r--r-- | home/kompakt/sefidel.nix | 2 | ||||
-rw-r--r-- | home/profiles/communication/default.nix (renamed from home/profiles/messaging/default.nix) | 4 |
4 files changed, 6 insertions, 6 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; 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 ]; diff --git a/home/kompakt/sefidel.nix b/home/kompakt/sefidel.nix index 333e62f..2e91d1b 100644 --- a/home/kompakt/sefidel.nix +++ b/home/kompakt/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; 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."; }; |