diff --git a/dot/urxvt.nix b/dot/urxvt.nix index 593e287..1535186 100644 --- a/dot/urxvt.nix +++ b/dot/urxvt.nix @@ -1,4 +1,4 @@ -{ pkgs }: +{ config, pkgs }: with import ../theme.nix; { enable = true; @@ -9,9 +9,8 @@ with import ../theme.nix; }; scroll.bar.enable = false; extraConfig = { - perl-ext-common = "default,clipboard,url-select,atcher"; - urlLauncher = "opera"; - "matcher.button" = 3; + perl-ext-common = "default,clipboard,url-select,matcher"; + urlLauncher = "brave"; fading = 50; iso14755 = false; urgentOnBell = true; diff --git a/systems/result-2 b/systems/result-2 new file mode 120000 index 0000000..e60c75e --- /dev/null +++ b/systems/result-2 @@ -0,0 +1 @@ +/nix/store/8681gaywm7i0vqz9imkbigri0xb60f1v-deploy-catullus \ No newline at end of file