Fix readme, update beefcake helix

This commit is contained in:
Daniel Flanagan 2023-08-30 22:00:04 -05:00
parent abe76268bf
commit ab83089ced
2 changed files with 5 additions and 8 deletions

View File

@ -57,9 +57,9 @@
group = services.api-lyte-dev.group;
};
plausible-admin-password = {};
plausible-erlang-cookie = {};
plausible-secret-key-base = {};
plausible-admin-password = { };
plausible-erlang-cookie = { };
plausible-secret-key-base = { };
};
};
@ -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

View File

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