From ce136d7b84a212aef84db7644ca27163d4dccf3f Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 9 Oct 2023 16:45:58 +0900 Subject: chore(home/sefidel@{alpha,haruka}): reformat activeProfiles --- home/configs/alpha/sefidel.nix | 12 +++++++++++- home/configs/haruka/sefidel.nix | 12 +++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/home/configs/alpha/sefidel.nix b/home/configs/alpha/sefidel.nix index 23f1578..847fb7e 100644 --- a/home/configs/alpha/sefidel.nix +++ b/home/configs/alpha/sefidel.nix @@ -2,7 +2,17 @@ { config = { - activeProfiles = [ "base" "gui" "browsing" "development" "communication" "multimedia" "creative" "research" "security" ]; + activeProfiles = [ + "base" + "gui" + "browsing" + "development" + "communication" + "multimedia" + "creative" + "research" + "security" + ]; programs.htop.settings.detailed_cpu_time = true; diff --git a/home/configs/haruka/sefidel.nix b/home/configs/haruka/sefidel.nix index ec2c584..2bd00e4 100644 --- a/home/configs/haruka/sefidel.nix +++ b/home/configs/haruka/sefidel.nix @@ -2,7 +2,17 @@ { config = { - activeProfiles = [ "base" "gui" "browsing" "development" "communication" "multimedia" "creative" "research" "security" ]; + activeProfiles = [ + "base" + "gui" + "browsing" + "development" + "communication" + "multimedia" + "creative" + "research" + "security" + ]; profiles.gui = { laptop.enable = true; -- cgit 1.4.1