mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-02 23:21:02 +01:00
wayfire: allow path in settings (#7427)
This commit is contained in:
parent
ce15001862
commit
e90b28967c
3 changed files with 6 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
configIniType =
|
||||
with types;
|
||||
let
|
||||
primitiveType = either str (either bool number);
|
||||
primitiveType = either (either str path) (either bool number);
|
||||
sectionType = attrsOf primitiveType;
|
||||
in
|
||||
attrsOf sectionType;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue