home/dell: Install obsidian and kubectx
This commit is contained in:
parent
47a94d20aa
commit
6a425d4eac
|
@ -15,15 +15,20 @@
|
||||||
home.homeDirectory = "/home/felix";
|
home.homeDirectory = "/home/felix";
|
||||||
home.stateVersion = "23.05"; # Please read the comment before changing.
|
home.stateVersion = "23.05"; # Please read the comment before changing.
|
||||||
|
|
||||||
|
# e.g. for obsidian
|
||||||
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
sensu-go-cli
|
sensu-go-cli
|
||||||
kubectl
|
kubectl
|
||||||
krew
|
krew
|
||||||
|
kubectx
|
||||||
silver-searcher
|
silver-searcher
|
||||||
fd
|
fd
|
||||||
subversionClient
|
subversionClient
|
||||||
tig
|
tig
|
||||||
freerdp
|
freerdp
|
||||||
|
obsidian
|
||||||
|
|
||||||
# for coc
|
# for coc
|
||||||
nodejs
|
nodejs
|
||||||
|
|
Loading…
Reference in a new issue