From 426ec538e858708cbc6c9b9f0863081a8d044f05 Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Mon, 7 Jul 2025 16:47:27 +0000 Subject: [PATCH] fix --- hosts/flamingo/profiles.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/flamingo/profiles.nix b/hosts/flamingo/profiles.nix index b2f1fd3..c14b2ae 100644 --- a/hosts/flamingo/profiles.nix +++ b/hosts/flamingo/profiles.nix @@ -1,6 +1,8 @@ { profiles = { desktop.enable = true; + headful.enable = true; + dynamic.enable = true; emulation.enable = true; gaming.enable = true; piracy.enable = true;