mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 20:20:43 +02:00
some flake magic or something
This commit is contained in:
@@ -1,15 +1,20 @@
|
||||
{ ... }:
|
||||
{
|
||||
lib,
|
||||
isNixOS,
|
||||
username,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
programs.satty = {
|
||||
enable = true;
|
||||
package = null;
|
||||
package = lib.mkIf (!isNixOS) null;
|
||||
settings = {
|
||||
general = {
|
||||
fullscreen = true;
|
||||
early-exit = true;
|
||||
initial-tool = "crop";
|
||||
output-filename = "/home/szymon/Obrazy/zrzuty/%d-%m-%Y_%H:%M:%S.png";
|
||||
output-filename = "/home/${username}/Obrazy/zrzuty/%d-%m-%Y_%H:%M:%S.png";
|
||||
save-after-copy = true;
|
||||
disable-notifications = false;
|
||||
actions-on-escape = [ "exit" ];
|
||||
|
||||
Reference in New Issue
Block a user