flameshot: remove

This commit is contained in:
wo2wz 2025-10-22 23:42:05 -04:00
parent 98bba6e0e2
commit 5a80ca8acd
2 changed files with 0 additions and 23 deletions

View file

@ -4,7 +4,6 @@
imports = [
./niri
./waybar
./flameshot.nix
./fuzzel.nix
./hypridle.nix
./hyprlock.nix

View file

@ -1,22 +0,0 @@
{ inputs, config, pkgs, ... }:
{
home-manager.users.wo2w.services.flameshot = {
enable = true;
# FIXME use unstable version for 13.0.0 update
package = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.flameshot;
settings.General = {
useGrimAdapter = true;
disabledGrimWarning = true;
savePath = "/home/wo2w/Pictures/Screenshots";
savePathFixed = true;
startupLaunch = false;
showStartupLaunchMessage = false;
autoCloseIdleDaemon = true;
disabledTrayIcon = true;
};
};
}