add writing folder and icon for it

This commit is contained in:
Lillian Violet 2025-12-02 17:36:14 +01:00
parent 36d05fe28e
commit a9141475c6

View file

@ -44,6 +44,14 @@
target = "Code/.directory";
force = true;
};
home.file."Writing/.directory" = {
text = ''
[Desktop Entry]
Icon=folder-notes
'';
target = "Writing/.directory";
force = true;
};
programs.plasma = {
enable = true;