Compare commits

..

No commits in common. "9f2e1afc34144118f84193528baadb3dd84b6731" and "effa158913e9bf6c8fcea89785039b9f41f35024" have entirely different histories.

3 changed files with 5 additions and 2 deletions

View file

@ -105,6 +105,8 @@ in
pwgen pwgen
magic-wormhole magic-wormhole
nixpkgs-fmt
# kubernetes stuff # kubernetes stuff
kubectl kubectl
krew krew

View file

@ -5,7 +5,7 @@
withPython3 = true; withPython3 = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [
nil nil
nixfmt-rfc-style nixpkgs-fmt
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 = { "nixfmt-rfc-style" }, command = { "nixpkgs-fmt" },
}, },
}, },
}, },

View file

@ -18,6 +18,7 @@
"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