diff options
Diffstat (limited to 'home/configs/haruka/sefidel.nix')
-rw-r--r-- | home/configs/haruka/sefidel.nix | 12 |
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; |