mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
fix: set correct cfg variable
This commit is contained in:
parent
5558c2dce9
commit
a6294d0595
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
}:
|
}:
|
||||||
with lib;
|
with lib;
|
||||||
let
|
let
|
||||||
cfg = config.liv.gui;
|
cfg = config.liv.fw13;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.liv.fw13 = {
|
options.liv.fw13 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue