From a651a2150aca24d915f7d139f6a8bcce9c6f641b Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 3 Oct 2024 20:01:03 -0500 Subject: fix awesome with luajit and add some more cool stuff --- modules/home/pcmanfm.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 modules/home/pcmanfm.nix (limited to 'modules/home/pcmanfm.nix') 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; + }; +} -- cgit v1.2.3