mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-07 05:58:28 -04:00
nix/niri: use optional=true in includes
This commit is contained in:
+1
-1
@@ -93,7 +93,7 @@ in {
|
|||||||
text = lib.pipe cfg'.filesToInclude [
|
text = lib.pipe cfg'.filesToInclude [
|
||||||
(map (filename: "dms/${filename}"))
|
(map (filename: "dms/${filename}"))
|
||||||
withOriginalConfig
|
withOriginalConfig
|
||||||
(map (filename: "include \"${filename}.kdl\""))
|
(map (filename: "include optional=true \"${filename}.kdl\""))
|
||||||
(files: files ++ fixes)
|
(files: files ++ fixes)
|
||||||
(builtins.concatStringsSep "\n")
|
(builtins.concatStringsSep "\n")
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user