new application: open

This commit is contained in:
2025-06-12 06:58:21 +00:00
parent 64387559e4
commit f89f0e8d49

View File

@@ -12,6 +12,10 @@ let
name = "brightness";
text = builtins.readFile ./brightness;
};
open = pkgs.writeShellApplication {
name = "open";
text = ''exec ${pkgs.xdg-utils}/bin/xdg-open "$@"'';
};
in
{
imports = [ ../dev ];
@@ -136,6 +140,7 @@ in
with pkgs;
[
# packages defined here
open
nicer
tmuxbash
brightness