Compare commits
No commits in common. "9f2e1afc34144118f84193528baadb3dd84b6731" and "effa158913e9bf6c8fcea89785039b9f41f35024" have entirely different histories.
9f2e1afc34
...
effa158913
|
@ -105,6 +105,8 @@ in
|
|||
pwgen
|
||||
magic-wormhole
|
||||
|
||||
nixpkgs-fmt
|
||||
|
||||
# kubernetes stuff
|
||||
kubectl
|
||||
krew
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
withPython3 = true;
|
||||
extraPackages = with pkgs; [
|
||||
nil
|
||||
nixfmt-rfc-style
|
||||
nixpkgs-fmt
|
||||
gopls
|
||||
pyright
|
||||
(python3.withPackages (ps: with ps; [
|
||||
|
@ -182,7 +182,7 @@
|
|||
['nil'] = {
|
||||
testSetting = 42,
|
||||
formatting = {
|
||||
command = { "nixfmt-rfc-style" },
|
||||
command = { "nixpkgs-fmt" },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"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
|
||||
"dig" = "dig +short";
|
||||
"cal" = "ncal -b";
|
||||
};
|
||||
initExtra = ''
|
||||
autoload -U colors && colors
|
||||
|
|
Loading…
Reference in a new issue