diff options
author | sefidel <contact@sefidel.net> | 2023-09-23 18:56:09 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-09-23 18:56:09 +0900 |
commit | 2eb4b80e9e167a69b3c450934b0fb60c18aca8ec (patch) | |
tree | aa4a8b71e270f8bd4ae0a6ea1114af30537c7c83 /home/configs | |
parent | 53b248252e6deaf9544775cc955f4222bc0d508b (diff) | |
download | nixrc-2eb4b80e9e167a69b3c450934b0fb60c18aca8ec.tar.gz nixrc-2eb4b80e9e167a69b3c450934b0fb60c18aca8ec.zip |
fix(home/sefidel@alpha): fix activeProfiles syntax
Diffstat (limited to 'home/configs')
-rw-r--r-- | home/configs/alpha/sefidel.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/home/configs/alpha/sefidel.nix b/home/configs/alpha/sefidel.nix index db5e214..8974d29 100644 --- a/home/configs/alpha/sefidel.nix +++ b/home/configs/alpha/sefidel.nix @@ -2,8 +2,7 @@ { config = { - activeProfiles = [ "base" "gui" "browsing" "development" "communication" "multimedia - " "creative" "research" ]; + activeProfiles = [ "base" "gui" "browsing" "development" "communication" "multimedia" "creative" "research" ]; programs.htop.settings.detailed_cpu_time = true; |