Compare commits
3 commits
effa158913
...
9f2e1afc34
Author | SHA1 | Date | |
---|---|---|---|
9f2e1afc34 | |||
bf613c29b1 | |||
004b723cd4 |
|
@ -105,8 +105,6 @@ in
|
|||
pwgen
|
||||
magic-wormhole
|
||||
|
||||
nixpkgs-fmt
|
||||
|
||||
# kubernetes stuff
|
||||
kubectl
|
||||
krew
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
withPython3 = true;
|
||||
extraPackages = with pkgs; [
|
||||
nil
|
||||
nixpkgs-fmt
|
||||
nixfmt-rfc-style
|
||||
gopls
|
||||
pyright
|
||||
(python3.withPackages (ps: with ps; [
|
||||
|
@ -182,7 +182,7 @@
|
|||
['nil'] = {
|
||||
testSetting = 42,
|
||||
formatting = {
|
||||
command = { "nixpkgs-fmt" },
|
||||
command = { "nixfmt-rfc-style" },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
"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