home/dell: Fix timer and add more packages
This commit is contained in:
parent
861db3fd25
commit
4e0eec0b26
|
@ -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"];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue