chore: add back required deps + fix switching wallpaper
This commit is contained in:
parent
1bcf3663a1
commit
5938e817d9
@ -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 = {
|
||||
|
@ -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;
|
||||
|
@ -13,6 +13,7 @@ with pkgs;
|
||||
}))
|
||||
|
||||
jq
|
||||
vim
|
||||
starship
|
||||
element-desktop
|
||||
thunderbird-bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user