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