fatass commit for the rice
This commit is contained in:
parent
266d1b3deb
commit
89ac1c676d
28 changed files with 1101 additions and 587 deletions
22
modules/nixos/programs/desktop/niri/flameshot.nix
Normal file
22
modules/nixos/programs/desktop/niri/flameshot.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{ 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