summaryrefslogtreecommitdiff
path: root/modules/home/pcmanfm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/pcmanfm.nix')
-rw-r--r--modules/home/pcmanfm.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/home/pcmanfm.nix b/modules/home/pcmanfm.nix
new file mode 100644
index 0000000..3c70521
--- /dev/null
+++ b/modules/home/pcmanfm.nix
@@ -0,0 +1,6 @@
+{
+ home.file.pcmanfm-root = {
+ target = ".local/share/file-manager/actions/root.desktop";
+ source = ./resources/pcmanfm/root.desktop;
+ };
+}