diff --git a/modules/home-manager/darkman.nix b/modules/home-manager/darkman.nix index ca9da5c..58c237b 100644 --- a/modules/home-manager/darkman.nix +++ b/modules/home-manager/darkman.nix @@ -26,7 +26,7 @@ let done ''; - switch-theme = theme: "$(${find-generation})/${theme}/activate"; + switch-theme = theme: "$(${find-generation})/${theme}/activate && systemctl restart --user hyprpaper"; in { options.modules.darkman = { diff --git a/modules/home-manager/fish.nix b/modules/home-manager/fish.nix index b889138..afcdd1c 100644 --- a/modules/home-manager/fish.nix +++ b/modules/home-manager/fish.nix @@ -1,4 +1,4 @@ -{ config, lib, ... }: +{ config, pkgs, lib, ... }: { options.modules.fish = { @@ -22,6 +22,8 @@ }; config = lib.mkIf config.modules.fish.enable { + home.packages = with pkgs; [ alacritty ]; + programs.nix-index = { enable = true; enableFishIntegration = true; diff --git a/profiles/hulk/packages.nix b/profiles/hulk/packages.nix index 384c40e..098887c 100644 --- a/profiles/hulk/packages.nix +++ b/profiles/hulk/packages.nix @@ -13,6 +13,7 @@ with pkgs; })) jq + vim starship element-desktop thunderbird-bin