Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update nixos ucm install #141

Closed
wants to merge 13 commits into from
10 changes: 9 additions & 1 deletion src/docs/installing/distros.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## NixOS

::: tip
Note that the configurations are applied to `configuration.nix` located in `/etc/nixos`.
:::

::: tip
Running the command `sudo nixos-rebuild switch` will rebuild your installation and apply the changes made.
:::

- Enable and configure keyd (Example is cros-standard. Adjust as you need!)
```nix
# configuration.nix
Expand Down Expand Up @@ -89,7 +97,7 @@ If your generation isn't listed above, you can skip this section
wttsrc = (fetchFromGitHub {
owner = "WeirdTreeThing";
repo = "chromebook-ucm-conf";
rev = "484f5c581ac45c4ee6cfaf62bdecedfa44353424";
rev = "6d8835f89c7c7e5fac7b6aaea0e36a6b1d1e4be5";
hash = "sha256-Jal+VfxrPSAPg9ZR+e3QCy4jgSWT4sSShxICKTGJvAI=";
});
installPhase = ''
Expand Down
Loading