diff --git a/nix-config/home/default.nix b/nix-config/home/default.nix index 285a0dd06..508f49de6 100644 --- a/nix-config/home/default.nix +++ b/nix-config/home/default.nix @@ -14,7 +14,6 @@ ./mpd.nix ./neovim.nix ./packages.nix - ./pass-secret-service.nix # ./rofi.nix # ./waybar.nix # ./wlogout.nix diff --git a/nix-config/home/packages.nix b/nix-config/home/packages.nix index a4667720f..7feef4166 100644 --- a/nix-config/home/packages.nix +++ b/nix-config/home/packages.nix @@ -21,7 +21,7 @@ in { gdk-pixbuf webp-pixbuf-loader imagemagick libwebp feh #nixpkgs-unstable.legacyPackages.${pkgs.system}.webp-pixbuf-loader # other - betterlockscreen networkmanager networkmanager_dmenu nh tldr + betterlockscreen nh tldr tor-browser networkmanager_dmenu networkmanagerapplet # fonts cherry clarity-city cozette diff --git a/nix-config/home/pass-secret-service.nix b/nix-config/home/pass-secret-service.nix deleted file mode 100644 index fe02dbf05..000000000 --- a/nix-config/home/pass-secret-service.nix +++ /dev/null @@ -1,5 +0,0 @@ -{ pkgs, lib, inputs, config, ...}: { - services.pass-secret-service = { - enable = true; - }; -} diff --git a/nix-config/system/packages.nix b/nix-config/system/packages.nix index 736b5a6fc..bbc908523 100644 --- a/nix-config/system/packages.nix +++ b/nix-config/system/packages.nix @@ -12,8 +12,8 @@ xdo xdotool xorg.xprop xorg.xkill xorg.xdpyinfo xorg.xsetroot xorg.xwininfo xorg.xrandr # misc helpful utilities - lsd wget curl git unzip unrar virt-viewer ripgrep networkmanagerapplet - fastfetch htop btop stow brightnessctl + lsd wget curl git unzip unrar virt-viewer ripgrep + fastfetch htop btop stow brightnessctl # other polkit_gnome ];