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
magic-wormhole
nixpkgs-fmt
# kubernetes stuff
kubectl
krew

View file

@ -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" },
},
},
},

View file

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