mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 14:26:13 +01:00
feat: dwm stuff
This commit is contained in:
10
home/dwm/flameshot.nix
Normal file
10
home/dwm/flameshot.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{pkgs, ...}: {
|
||||
services.flameshot = {
|
||||
enable = true;
|
||||
settings = {
|
||||
General = {
|
||||
showStartupLaunchMessage = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user