Recreated files
This commit is contained in:
+353
-357
File diff suppressed because it is too large
Load Diff
+3
-7
@@ -663,17 +663,13 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Ensure the Hyprland config directory exists
|
# Ensure the Hyprland config directory exists
|
||||||
xdg.configFile."hypr/.keep" = {
|
|
||||||
text = "";
|
|
||||||
};
|
|
||||||
|
|
||||||
# Merge dynamic Hyprland configs with existing xdg.configFile
|
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
# Your existing manual configs (if any)
|
"hypr/.keep" = {
|
||||||
|
text = "";
|
||||||
|
};
|
||||||
} // hyprlandConfs;
|
} // hyprlandConfs;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** =generated/mangowc/top.nix=
|
** =generated/mangowc/top.nix=
|
||||||
|
|||||||
@@ -35,13 +35,10 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Ensure the Hyprland config directory exists
|
# Ensure the Hyprland config directory exists
|
||||||
xdg.configFile."hypr/.keep" = {
|
|
||||||
text = "";
|
|
||||||
};
|
|
||||||
|
|
||||||
# Merge dynamic Hyprland configs with existing xdg.configFile
|
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
# Your existing manual configs (if any)
|
"hypr/.keep" = {
|
||||||
|
text = "";
|
||||||
|
};
|
||||||
} // hyprlandConfs;
|
} // hyprlandConfs;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user