Compare commits

..

3 commits

Author SHA1 Message Date
fleaz 9f2e1afc34
home/neovim: Use nixfmt-rfc-style instead of classic 2024-07-18 23:27:21 +02:00
fleaz bf613c29b1
home/zsh: Drop ncal alias 2024-07-18 23:26:27 +02:00
fleaz 004b723cd4
switch from nixpkgs-fmt to nixfmt-classic 2024-07-15 23:07:21 +02:00
3 changed files with 2 additions and 5 deletions

View file

@ -105,8 +105,6 @@ 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
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" },
}, },
}, },
}, },

View file

@ -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