Compare commits
3 commits
effa158913
...
9f2e1afc34
Author | SHA1 | Date | |
---|---|---|---|
9f2e1afc34 | |||
bf613c29b1 | |||
004b723cd4 |
|
@ -105,8 +105,6 @@ in
|
||||||
pwgen
|
pwgen
|
||||||
magic-wormhole
|
magic-wormhole
|
||||||
|
|
||||||
nixpkgs-fmt
|
|
||||||
|
|
||||||
# kubernetes stuff
|
# kubernetes stuff
|
||||||
kubectl
|
kubectl
|
||||||
krew
|
krew
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
withPython3 = true;
|
withPython3 = true;
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
nil
|
nil
|
||||||
nixpkgs-fmt
|
nixfmt-rfc-style
|
||||||
gopls
|
gopls
|
||||||
pyright
|
pyright
|
||||||
(python3.withPackages (ps: with ps; [
|
(python3.withPackages (ps: with ps; [
|
||||||
|
@ -182,7 +182,7 @@
|
||||||
['nil'] = {
|
['nil'] = {
|
||||||
testSetting = 42,
|
testSetting = 42,
|
||||||
formatting = {
|
formatting = {
|
||||||
command = { "nixpkgs-fmt" },
|
command = { "nixfmt-rfc-style" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -18,7 +18,6 @@
|
||||||
"buzzer" = "ssh -i Nextcloud/Privat/id_door door@door.cccda.de buzzer";
|
"buzzer" = "ssh -i Nextcloud/Privat/id_door door@door.cccda.de buzzer";
|
||||||
"beep" = "paplay /usr/share/sounds/freedesktop/stereo/complete.oga"; # play "ding" for long running jobs
|
"beep" = "paplay /usr/share/sounds/freedesktop/stereo/complete.oga"; # play "ding" for long running jobs
|
||||||
"dig" = "dig +short";
|
"dig" = "dig +short";
|
||||||
"cal" = "ncal -b";
|
|
||||||
};
|
};
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
autoload -U colors && colors
|
autoload -U colors && colors
|
||||||
|
|
Loading…
Reference in a new issue