From b68e5e8135431e70e7813c058cafeb5e73850010 Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Fri, 16 Aug 2024 17:16:08 +0200 Subject: [PATCH] add user-places.xbel --- dotfiles/user-places.xbel | 215 ++++++++++++++++++++++++++++++++ modules/user/plasma/default.nix | 1 + 2 files changed, 216 insertions(+) create mode 100644 dotfiles/user-places.xbel diff --git a/dotfiles/user-places.xbel b/dotfiles/user-places.xbel new file mode 100644 index 0000000..e6e74aa --- /dev/null +++ b/dotfiles/user-places.xbel @@ -0,0 +1,215 @@ + + + + + + 4 + false + false + false + false + false + true + false + true + false + + + + Home + + + + + + 1722875040/0 + true + + + + + Desktop + + + + + + 1722875040/1 + true + true + + + + + Pictures + + + + + + 1722875040/7 + true + + + + + Code + + + + + + 1723820821/2 + + + + + Documents + + + + + + 1722875040/2 + true + + + + + Downloads + + + + + + 1722875040/3 + true + + + + + Music + + + + + + 1722875040/6 + true + + + + + Öffentlich + + + + + + 1723820827/3 + + + + + Schreibtisch + + + + + + 1723820837/4 + + + + + Videos + + + + + + 1722875040/8 + true + + + + + Vorlagen + + + + + + 1723820856/5 + + + + + Daten + + + + + + 1723820812/0 + + + + + Network + + + + + + 1722875040/4 + true + + + + + Trash + + + + + + 1722875040/5 + true + + + + + Recent Files + + + + + + 1722875040/9 + true + + + + + Recent Locations + + + + + + 1722875040/10 + true + + + + + + + /org/freedesktop/UDisks2/block_devices/nvme0n1p2 + true + 27c4c28c-0cd4-4d41-bdcd-0145c5d61a5a + + + + diff --git a/modules/user/plasma/default.nix b/modules/user/plasma/default.nix index 55e750d..34d155d 100644 --- a/modules/user/plasma/default.nix +++ b/modules/user/plasma/default.nix @@ -11,6 +11,7 @@ home.file."Bilder/Wallpaper/wallpaper-retrogirl.png".source = ../../../assets/wallpaper-retrogirl.png; home.file.".config/kwinrc".source = ../../../dotfiles/kwinrc; home.file.".config/kwinoutputconfig.json".source = ../../../dotfiles/kwinoutputconfig.json; + home.file.".local/share/user-places.xbel".source = ../../../dotfiles/user-places.xbel; programs.plasma = {