summaryrefslogtreecommitdiffstats
path: root/tv/2configs/xserver/Xresources.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tv/2configs/xserver/Xresources.nix')
-rw-r--r--tv/2configs/xserver/Xresources.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/xserver/Xresources.nix b/tv/2configs/xserver/Xresources.nix
index 679b77dc..84b37f67 100644
--- a/tv/2configs/xserver/Xresources.nix
+++ b/tv/2configs/xserver/Xresources.nix
@@ -40,7 +40,7 @@ with import <stockholm/lib>;
"URxvt*perl-ext" = "default,url-select";
"URxvt*keysym.M-u" = "perl:url-select:select_next";
"URxvt*url-select.launcher" =
- "/etc/per-user/${config.krebs.build.user.name}/bin/ff -new-tab";
+ "/etc/profiles/per-user/${config.krebs.build.user.name}/bin/ff -new-tab";
"URxvt*url-select.underline" = "true";
"URxvt*colorUL" = "#4682B4";
"URxvt.perl-lib" = "${pkgs.urxvt_perls}/lib/urxvt/perl";