about summary refs log tree commit diff
path: root/modules/nixos/profiles
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/nixos/profiles/headful.nix4
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;

Consider giving Nix/NixOS a try! <3