From f416167e67f869844624678c380757e92bad0662 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Wed, 28 Feb 2024 22:26:20 +1300 Subject: [PATCH] feat(ookst480s): add productivity profile --- home/user/ooks/ookst480s/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/user/ooks/ookst480s/default.nix b/home/user/ooks/ookst480s/default.nix index ae951a8..bb0189b 100644 --- a/home/user/ooks/ookst480s/default.nix +++ b/home/user/ooks/ookst480s/default.nix @@ -5,7 +5,7 @@ ../../../profile ]; - activeProfiles = ["base" "hyprland"]; + activeProfiles = ["base" "hyprland" "productivity"]; home.sessionVariables.HN = "ookst480s";