about summary refs log tree commit diff
path: root/home/configs/haruka
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-10-09 16:45:58 +0900
committersefidel <contact@sefidel.net>2023-10-09 16:45:58 +0900
commitce136d7b84a212aef84db7644ca27163d4dccf3f (patch)
tree129444c95c40f7c070eaccaf1aa8e5b2b7fd9236 /home/configs/haruka
parentd5b6de555524d6b5a5fa99921409f2361ed3a955 (diff)
downloadnixrc-ce136d7b84a212aef84db7644ca27163d4dccf3f.tar.gz
nixrc-ce136d7b84a212aef84db7644ca27163d4dccf3f.zip
chore(home/sefidel@{alpha,haruka}): reformat activeProfiles
Diffstat (limited to 'home/configs/haruka')
-rw-r--r--home/configs/haruka/sefidel.nix12
1 files changed, 11 insertions, 1 deletions
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;