new application: open
This commit is contained in:
@@ -12,6 +12,10 @@ let
|
|||||||
name = "brightness";
|
name = "brightness";
|
||||||
text = builtins.readFile ./brightness;
|
text = builtins.readFile ./brightness;
|
||||||
};
|
};
|
||||||
|
open = pkgs.writeShellApplication {
|
||||||
|
name = "open";
|
||||||
|
text = ''exec ${pkgs.xdg-utils}/bin/xdg-open "$@"'';
|
||||||
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = [ ../dev ];
|
imports = [ ../dev ];
|
||||||
@@ -136,6 +140,7 @@ in
|
|||||||
with pkgs;
|
with pkgs;
|
||||||
[
|
[
|
||||||
# packages defined here
|
# packages defined here
|
||||||
|
open
|
||||||
nicer
|
nicer
|
||||||
tmuxbash
|
tmuxbash
|
||||||
brightness
|
brightness
|
||||||
|
|||||||
Reference in New Issue
Block a user