flameshot: remove
This commit is contained in:
parent
98bba6e0e2
commit
5a80ca8acd
2 changed files with 0 additions and 23 deletions
|
|
@ -4,7 +4,6 @@
|
|||
imports = [
|
||||
./niri
|
||||
./waybar
|
||||
./flameshot.nix
|
||||
./fuzzel.nix
|
||||
./hypridle.nix
|
||||
./hyprlock.nix
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue