mirror of
https://github.com/sadan4/dotfiles.git
synced 2024-11-16 23:04:39 -05:00
104 current 2024-05-05 01:14:58 24.05.20240419.5c24cf2 6.6.28 *
This commit is contained in:
parent
2cc3650aac
commit
955f5a3d5a
1 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue