mirror of
https://github.com/lelgenio/dzgui-nix.git
synced 2025-06-14 10:52:57 -03:00
docs: Update README.md
Add missing system variable from package.
This commit is contained in:
parent
aa9eb93058
commit
49adbb1edf
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 = [
|
||||
{
|
||||
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...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue