Skip to content

Instantly share code, notes, and snippets.

@lightdiscord
Last active May 2, 2020 16:43
Show Gist options
  • Select an option

  • Save lightdiscord/6aed2db6dcf4467f6f51a2e5223e6a86 to your computer and use it in GitHub Desktop.

Select an option

Save lightdiscord/6aed2db6dcf4467f6f51a2e5223e6a86 to your computer and use it in GitHub Desktop.
rofi configuration
rofi.modi: window,drun
rofi.theme: gruvbox-dark-hard
rofi.show-icons: true
{ pkgs, ... }:
{
home.packages = [ pkgs.rofi ];
home.file.".config/rofi/config".source = ./config;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment