finding hyprland.conf error
This commit is contained in:
@@ -31,21 +31,24 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Create symlinks in ~/.config/hypr to all the files in assets/hyprland/conf/hypr
|
# Create symlinks in ~/.config/hypr to all the files in assets/hyprland/conf/hypr and include debug file
|
||||||
xdg.configFile = {
|
xdg.configFile =
|
||||||
"hypr/.keep" = {
|
(
|
||||||
text = "";
|
{
|
||||||
|
"hypr/.keep" = {
|
||||||
|
text = "";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
// hyprlandConfs
|
||||||
|
)
|
||||||
|
// {
|
||||||
|
"hypr/hyprland-debug.txt" = {
|
||||||
|
text = ''
|
||||||
|
hyprlandConfigDir: ${hyprlandConfigDir}
|
||||||
|
flakeRoot: ${flakeRoot}
|
||||||
|
files: ${toString files}
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
|
||||||
// hyprlandConfs;
|
|
||||||
|
|
||||||
# Debug statements
|
|
||||||
xdg.configFile."hypr/hyprland-debug.txt" = {
|
|
||||||
text = ''
|
|
||||||
hyprlandConfigDir: ${hyprlandConfigDir}
|
|
||||||
flakeRoot: ${flakeRoot}
|
|
||||||
files: ${toString files}
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user