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