about summary refs log tree commit diff
path: root/home/configs
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-09-22 15:19:08 +0900
committersefidel <contact@sefidel.net>2023-09-22 15:19:08 +0900
commit4d4beefd5d72b25384dfd930793611405a5497b5 (patch)
treebc9f5fc118d80c9ab3231a724dea1a3388768401 /home/configs
parent073ac6542e1ea2c4349478b82730b20a2936fcdf (diff)
downloadnixrc-4d4beefd5d72b25384dfd930793611405a5497b5.tar.gz
nixrc-4d4beefd5d72b25384dfd930793611405a5497b5.zip
feat(home): split multimedia to creative
Diffstat (limited to 'home/configs')
-rw-r--r--home/configs/alpha/sefidel.nix3
-rw-r--r--home/configs/haruka/sefidel.nix2
-rw-r--r--home/configs/kompakt/sefidel.nix2
3 files changed, 4 insertions, 3 deletions
diff --git a/home/configs/alpha/sefidel.nix b/home/configs/alpha/sefidel.nix
index 5e4f561..db5e214 100644
--- a/home/configs/alpha/sefidel.nix
+++ b/home/configs/alpha/sefidel.nix
@@ -2,7 +2,8 @@
 
 {
   config = {
-    activeProfiles = [ "base" "gui" "browsing" "development" "communication" "multimedia" "research" ];
+    activeProfiles = [ "base" "gui" "browsing" "development" "communication" "multimedia
+    " "creative" "research" ];
 
     programs.htop.settings.detailed_cpu_time = true;
 
diff --git a/home/configs/haruka/sefidel.nix b/home/configs/haruka/sefidel.nix
index a96a57c..4293d78 100644
--- a/home/configs/haruka/sefidel.nix
+++ b/home/configs/haruka/sefidel.nix
@@ -2,7 +2,7 @@
 
 {
   config = {
-    activeProfiles = [ "base" "gui" "browsing" "development" "communication" "multimedia" "research" ];
+    activeProfiles = [ "base" "gui" "browsing" "development" "communication" "multimedia" "creative" "research" ];
 
     profiles.gui = {
       laptop.enable = true;
diff --git a/home/configs/kompakt/sefidel.nix b/home/configs/kompakt/sefidel.nix
index 5e4f561..8974d29 100644
--- a/home/configs/kompakt/sefidel.nix
+++ b/home/configs/kompakt/sefidel.nix
@@ -2,7 +2,7 @@
 
 {
   config = {
-    activeProfiles = [ "base" "gui" "browsing" "development" "communication" "multimedia" "research" ];
+    activeProfiles = [ "base" "gui" "browsing" "development" "communication" "multimedia" "creative" "research" ];
 
     programs.htop.settings.detailed_cpu_time = true;