Adding rofi launchers

This commit is contained in:
Miguel Palhas
2024-10-05 11:03:30 +01:00
parent 9510e37c82
commit dd40f17c2f
+7
View File
@@ -0,0 +1,7 @@
{ pkgs, ... }: {
xdg.configFile."rofi-launchers".source = builtins.fetchFromGithub {
owner = "adi1090x";
repo = "rofi";
rev = "dce10e9";
};
}