diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-09-16 14:47:29 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-09-16 14:47:29 +0300 |
commit | 190bf349658ceb6f64c6d69cdccbddfb5491f894 (patch) | |
tree | 33a563624d4725cc042f7dc2f805078e8f34818e /modules/nixos/profiles/headful.nix | |
parent | 2023-09-16 (diff) |
2023-09-16
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/profiles/headful.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/nixos/profiles/headful.nix b/modules/nixos/profiles/headful.nix index e1480b0..f8df169 100644 --- a/modules/nixos/profiles/headful.nix +++ b/modules/nixos/profiles/headful.nix @@ -27,11 +27,11 @@ in { imv mumble tdesktop - tor-browser + tor-browser-bundle-bin ]; programs = { - bash.shellAliases.open = "${pkgs.xdg-utils}/bin/xdg-open"; + bash.shellAliases.open = "xdg-open"; thunderbird = { enable = true; |