Adding rofi launchers
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }: {
|
||||
xdg.configFile."rofi-launchers".source = builtins.fetchFromGithub {
|
||||
owner = "adi1090x";
|
||||
repo = "rofi";
|
||||
rev = "dce10e9";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user