home/dell: Fix timer and add more packages

This commit is contained in:
fleaz 2023-09-26 16:22:05 +02:00
parent 861db3fd25
commit 4e0eec0b26
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -19,11 +19,15 @@
kubectl kubectl
krew krew
kubectx kubectx
kubernetes-helm
silver-searcher silver-searcher
fd fd
subversionClient subversionClient
tig tig
freerdp freerdp
mattermost-desktop
joplin # cli
firefox
# for coc # for coc
nodejs nodejs
@ -31,7 +35,6 @@
# for zsh-fzf plugin # for zsh-fzf plugin
fzf fzf
firefox
]; ];
home.username = "felix"; home.username = "felix";
@ -66,5 +69,8 @@
OnBootSec = "3h"; OnBootSec = "3h";
OnUnitActiveSec = "3h"; OnUnitActiveSec = "3h";
}; };
Install = {
WantedBy= ["timers.target"];
};
}; };
} }