mirror of https://git.jolheiser.com/dotnix.git
parent
2c3e1d9066
commit
fef5415af4
|
@ -2,6 +2,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
../nogui
|
../nogui
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
|
./flameshot.nix
|
||||||
./ghostty.nix
|
./ghostty.nix
|
||||||
./gtk.nix
|
./gtk.nix
|
||||||
./spotify.nix
|
./spotify.nix
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
services.flameshot = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
General = {
|
||||||
|
showStartupLaunchMessage = false;
|
||||||
|
saveAsFileExtension = ".png";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue