about summary refs log tree commit diff
path: root/machines/profpatsch/base-workstation.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-03-05 22:42:55 +0100
committerProfpatsch <mail@profpatsch.de>2021-03-05 22:56:29 +0100
commitbe43605785732a92fba1f95e3337fa1f60f6f124 (patch)
treef6da9bb97cab3d41d284fe7b01f09b771d13a92c /machines/profpatsch/base-workstation.nix
parent009cb2bab9777e87d362584bb5992ad90631568e (diff)
pkgs/profpatsch/xdg-open: improve tool a bit
Diffstat (limited to 'machines/profpatsch/base-workstation.nix')
-rw-r--r--machines/profpatsch/base-workstation.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/profpatsch/base-workstation.nix b/machines/profpatsch/base-workstation.nix
index b4220de9..dd6f191c 100644
--- a/machines/profpatsch/base-workstation.nix
+++ b/machines/profpatsch/base-workstation.nix
@@ -138,6 +138,7 @@ in {
       guiPkgs = [
         lilyterm-git      # terminal emulator, best one around
         dmenu             # minimal launcher
+        (pkgs.vuizvui.profpatsch.binify { exe = pkgs.vuizvui.profpatsch.xdg-open; name = "xdg-open"; }) # override the crap freedesktop crap
       ];
     in basePkgs ++ guiPkgs;