chore: add back required deps + fix switching wallpaper

This commit is contained in:
Franek 2025-05-18 18:43:11 +02:00
parent 1bcf3663a1
commit 5938e817d9
3 changed files with 5 additions and 2 deletions

View File

@ -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 = {

View File

@ -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;

View File

@ -13,6 +13,7 @@ with pkgs;
}))
jq
vim
starship
element-desktop
thunderbird-bin