Fix readme, update beefcake helix
This commit is contained in:
parent
abe76268bf
commit
ab83089ced
|
@ -176,7 +176,7 @@
|
|||
|
||||
# search for packages: `nix search $PACKAGE_NAME`
|
||||
environment.systemPackages = with pkgs; [
|
||||
helix
|
||||
inputs.helix.packages."x86_64-linux".helix
|
||||
zellij
|
||||
mosh
|
||||
btrfs-progs
|
||||
|
|
|
@ -24,10 +24,7 @@ Or if using the Nix flake (note that this is hostname-dependent):
|
|||
<!-- TODO: verify this - or update the above method to simply call the following is nixos or home-manager? -->
|
||||
|
||||
```bash
|
||||
sudo nixos-rebuild --flake 'git+https://git.lyte.dev/lytedev/dotfiles?/os/linux/nix#?ref=nix' switch
|
||||
# or clone
|
||||
git clone https://git.lyte.dev/lytedev/dotfiles
|
||||
sudo nixos-rebuild --flake './dotfiles/os/linux/nix#' switch
|
||||
sudo nixos-rebuild --flake 'git+https://git.lyte.dev/lytedev/dotfiles?dir=/os/linux/nix#' switch
|
||||
```
|
||||
|
||||
# Screenshots
|
||||
|
|
Reference in a new issue