Regenerated
This commit is contained in:
+394
-385
File diff suppressed because it is too large
Load Diff
+10
-1
@@ -1154,6 +1154,15 @@ in
|
|||||||
".config/hypr/window-rules.conf" = { source = "${assetPath}/window-rules.conf"; force = true; };
|
".config/hypr/window-rules.conf" = { source = "${assetPath}/window-rules.conf"; force = true; };
|
||||||
".config/hypr/workspace-rules.conf" = { source = "${assetPath}/workspace-rules.conf"; force = true; };
|
".config/hypr/workspace-rules.conf" = { source = "${assetPath}/workspace-rules.conf"; force = true; };
|
||||||
};
|
};
|
||||||
|
home.activation.MakeMutable = {
|
||||||
|
after = [ "writeBoundary" ];
|
||||||
|
before = [];
|
||||||
|
data = ''
|
||||||
|
rm -f $HOME/.config/hypr/*
|
||||||
|
cp ${assetPath}/* $HOME/.config/hypr/
|
||||||
|
chmod u+w $HOME/.config/hypr/*
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@@ -1356,7 +1365,7 @@ in
|
|||||||
".config/waybar/style-dark.css".source = "${waybarPath}/style-dark.css";
|
".config/waybar/style-dark.css".source = "${waybarPath}/style-dark.css";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.activation.waybarMutableCss = {
|
home.activation.MakeMutable = {
|
||||||
after = [ "writeBoundary" ];
|
after = [ "writeBoundary" ];
|
||||||
before = [];
|
before = [];
|
||||||
data = ''
|
data = ''
|
||||||
|
|||||||
@@ -34,6 +34,15 @@ in
|
|||||||
".config/hypr/window-rules.conf" = { source = "${assetPath}/window-rules.conf"; force = true; };
|
".config/hypr/window-rules.conf" = { source = "${assetPath}/window-rules.conf"; force = true; };
|
||||||
".config/hypr/workspace-rules.conf" = { source = "${assetPath}/workspace-rules.conf"; force = true; };
|
".config/hypr/workspace-rules.conf" = { source = "${assetPath}/workspace-rules.conf"; force = true; };
|
||||||
};
|
};
|
||||||
|
home.activation.MakeMutable = {
|
||||||
|
after = [ "writeBoundary" ];
|
||||||
|
before = [];
|
||||||
|
data = ''
|
||||||
|
rm -f $HOME/.config/hypr/*
|
||||||
|
cp ${assetPath}/* $HOME/.config/hypr/
|
||||||
|
chmod u+w $HOME/.config/hypr/*
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ in
|
|||||||
".config/waybar/style-dark.css".source = "${waybarPath}/style-dark.css";
|
".config/waybar/style-dark.css".source = "${waybarPath}/style-dark.css";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.activation.waybarMutableCss = {
|
home.activation.MakeMutable = {
|
||||||
after = [ "writeBoundary" ];
|
after = [ "writeBoundary" ];
|
||||||
before = [];
|
before = [];
|
||||||
data = ''
|
data = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user