104 current 2024-05-05 01:14:58 24.05.20240419.5c24cf2 6.6.28 *

This commit is contained in:
sadanslargehole 2024-05-05 01:15:43 -04:00
parent 2cc3650aac
commit 955f5a3d5a
No known key found for this signature in database
GPG key ID: B2E2F4A5161A7800

View file

@ -14,6 +14,17 @@ in
# manage.
home.username = "meyer";
home.homeDirectory = "/home/meyer";
services = {
flameshot = {
enable = true;
settings.General.showDesktopNotificaation = false;
settings.General.startupLaunch = true;
settings.Shortcuts.TYPE_IMAGEUPLOADER = "";
settings.Shortcuts.TYPE_COPY = "Return";
};
};
# This value determines the Home Manager release that your configuration is
# compatible with. This helps avoid breakage when a new Home Manager release
# introduces backwards incompatible changes.
@ -30,6 +41,7 @@ in
linuxHeaders
#NODE
nodePackages.ts-node
nodePackages.pnpm
nodePackages.prisma
prisma-engines
#ENDNODE