feat: removed user1 and tidied up user0 home

This commit is contained in:
Nick 2025-10-02 21:28:53 -05:00
parent 07a6bb2073
commit 9c76e31bd4

View file

@ -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
# ;
# };
}