From ba744082b4b1f23b7cbe99fcd9b5dbf91d7f66e6 Mon Sep 17 00:00:00 2001 From: NullBite Date: Tue, 6 May 2025 03:25:57 -0400 Subject: [PATCH] system: enable flipper zero config --- system/profile/workstation.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/profile/workstation.nix b/system/profile/workstation.nix index acbfb30..f52d4fd 100644 --- a/system/profile/workstation.nix +++ b/system/profile/workstation.nix @@ -44,6 +44,8 @@ in { (google-fonts.override {fonts = ["NovaSquare"];}) ]; + hardware.flipperzero.enable = true; + # TODO this should be defined in home-manager or not at all probably # FIXME also my name is hardcoded users.users.nullbite = {