From 9c76e31bd43444114c138b74be449385049e8c80 Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 2 Oct 2025 21:28:53 -0500 Subject: [PATCH] feat: removed user1 and tidied up user0 home --- .../home/gui/apps/tools/flameshot/default.nix | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/modules/home/gui/apps/tools/flameshot/default.nix b/modules/home/gui/apps/tools/flameshot/default.nix index 0e6a025..138f47e 100755 --- a/modules/home/gui/apps/tools/flameshot/default.nix +++ b/modules/home/gui/apps/tools/flameshot/default.nix @@ -16,20 +16,20 @@ # }); # in { - # services.flameshot = { - # enable = true; - # # package = flameshotGrim; - # settings = { - # General = { - # disabledTrayIcon = false; - # showStartupLaunchMessage = false; - # # disabledGrimWarning = false; - # }; - # }; - # }; - home.packages = builtins.attrValues { - inherit (pkgs) - flameshot - ; + services.flameshot = { + enable = true; + # package = flameshotGrim; + settings = { + General = { + disabledTrayIcon = false; + showStartupLaunchMessage = false; + # disabledGrimWarning = false; + }; + }; }; + # home.packages = builtins.attrValues { + # inherit (pkgs) + # flameshot + # ; + # }; }