nix-config/modules2/flameshot/enable.nix
Oliver Davies 2fd69f6266
All checks were successful
/ check (push) Successful in 1m47s
Move flameshot configuration
2025-07-27 21:38:40 +01:00

3 lines
70 B
Nix

{
flake.modules.homeManager.gui.services.flameshot.enable = true;
}