aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs/by-name/sc
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-02-02 19:08:34 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-02-02 19:08:34 +0100
commit77111a6830954fa0dbd69cda12ed87ba46a6beff (patch)
tree61b4583d878e4222836306415b778ffab4158015 /pkgs/by-name/sc
parentfix(pkgs/screenshot_persistent): Start lf floating and on the correct file (diff)
downloadnixos-config-77111a6830954fa0dbd69cda12ed87ba46a6beff.zip
fix(pkgs/{screenshot_persistent,lock,neorg}): Add `meta.mainProgram`
Diffstat (limited to 'pkgs/by-name/sc')
-rw-r--r--pkgs/by-name/sc/screenshot_persistent/package.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/by-name/sc/screenshot_persistent/package.nix b/pkgs/by-name/sc/screenshot_persistent/package.nix
index 4ed85c70..12bb3968 100644
--- a/pkgs/by-name/sc/screenshot_persistent/package.nix
+++ b/pkgs/by-name/sc/screenshot_persistent/package.nix
@@ -18,4 +18,7 @@ writeShellApplication {
libnotify
lf # TODO: add llp
];
+ meta = {
+ mainProgram = "screenshot_persistent";
+ };
}