mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-06-29 04:39:10 +00:00
Use nixfmt
to format all .nix files
This commit is contained in:
parent
454d2b9341
commit
e993042ff6
48 changed files with 206 additions and 140 deletions
|
@ -1,6 +1,6 @@
|
|||
alias ll='ls -la'
|
||||
alias nrs='sudo nixos-rebuild --use-remote-sudo switch'
|
||||
alias nrb='sudo nixos-rebuild --use-remote-sudo boot'
|
||||
alias ngc='sudo nix-collect-garbage --delete-older-than 14d'
|
||||
alias nfmt="find . -type f -name '*.nix' -exec nixfmt {} \;"
|
||||
alias code='codium'
|
||||
alias rgf='rg --files | rg'
|
Loading…
Add table
Add a link
Reference in a new issue