Add bsh and nxfmt alias
This commit is contained in:
parent
cb089368e5
commit
8438b2f655
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@
|
||||||
rb = "sudo nixos-rebuild switch --flake /etc/nixos#fw";
|
rb = "sudo nixos-rebuild switch --flake /etc/nixos#fw";
|
||||||
nx = "vim ~/nixos-config/hosts/fw/configuration.nix";
|
nx = "vim ~/nixos-config/hosts/fw/configuration.nix";
|
||||||
hm = "vim ~/nixos-config/hosts/fw/home.nix";
|
hm = "vim ~/nixos-config/hosts/fw/home.nix";
|
||||||
|
bsh = "vim ~/nixos-config/modules/home-manager/bash.nix";
|
||||||
|
nxfmt = "find . -name '*.nix' -print0 | xargs -r0 nix run nixpkgs#nixfmt --";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue