feat: dwm stuff

This commit is contained in:
2024-12-27 19:59:52 +01:00
parent 0a39ffcfe8
commit 6ffe616413
13 changed files with 621 additions and 2 deletions

10
home/dwm/flameshot.nix Normal file
View File

@@ -0,0 +1,10 @@
{pkgs, ...}: {
services.flameshot = {
enable = true;
settings = {
General = {
showStartupLaunchMessage = false;
};
};
};
}