diff --git a/home/home/pkgs.nix b/home/home/pkgs.nix index 9b5ae29..b707d78 100644 --- a/home/home/pkgs.nix +++ b/home/home/pkgs.nix @@ -83,7 +83,6 @@ with pkgs; [ tcpdump tdesktop thunderbird - tor-browser-bundle-bin unzip usbutils virtmanager diff --git a/nixos/configurations.nix b/nixos/configurations.nix index c660f81..a9559e9 100644 --- a/nixos/configurations.nix +++ b/nixos/configurations.nix @@ -25,7 +25,9 @@ in { home-manager.useGlobalPkgs = true; home-manager.useUserPackages = true; - home-manager.sharedModules = (nixpkgs.lib.attrValues self.hmModules); + home-manager.sharedModules = (nixpkgs.lib.attrValues self.hmModules) ++ [ + { manual.manpages.enable = false;} + ]; home-manager.users.dadada = import ../home/home; } ./modules/profiles/laptop.nix