chore: add back required deps + fix switching wallpaper
This commit is contained in:
parent
1bcf3663a1
commit
5938e817d9
@ -26,7 +26,7 @@ let
|
|||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
switch-theme = theme: "$(${find-generation})/${theme}/activate";
|
switch-theme = theme: "$(${find-generation})/${theme}/activate && systemctl restart --user hyprpaper";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.modules.darkman = {
|
options.modules.darkman = {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ config, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
options.modules.fish = {
|
options.modules.fish = {
|
||||||
@ -22,6 +22,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf config.modules.fish.enable {
|
config = lib.mkIf config.modules.fish.enable {
|
||||||
|
home.packages = with pkgs; [ alacritty ];
|
||||||
|
|
||||||
programs.nix-index = {
|
programs.nix-index = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = true;
|
||||||
|
@ -13,6 +13,7 @@ with pkgs;
|
|||||||
}))
|
}))
|
||||||
|
|
||||||
jq
|
jq
|
||||||
|
vim
|
||||||
starship
|
starship
|
||||||
element-desktop
|
element-desktop
|
||||||
thunderbird-bin
|
thunderbird-bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user