mirror of
https://github.com/lelgenio/dzgui-nix.git
synced 2025-06-15 11:22:56 -03:00
docs: Update README.md
Add missing system variable from package.
This commit is contained in:
parent
aa9eb93058
commit
18b635bb74
1 changed files with 4 additions and 1 deletions
|
@ -62,7 +62,10 @@ Flake users are assumed to have a `flake.nix` file and a `configuration.nix`.
|
||||||
modules = [
|
modules = [
|
||||||
{
|
{
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
inputs.dzgui-nix.packages.default
|
# add your system architecture as variable
|
||||||
|
inputs.dzgui-nix.packages.${<your-system>}.default
|
||||||
|
# or specify manually.
|
||||||
|
inputs.dzgui-nix.packages.x86_64-linux.default
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
# other modules...
|
# other modules...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue