Last active
May 2, 2020 16:43
-
-
Save lightdiscord/6aed2db6dcf4467f6f51a2e5223e6a86 to your computer and use it in GitHub Desktop.
rofi configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rofi.modi: window,drun | |
| rofi.theme: gruvbox-dark-hard | |
| rofi.show-icons: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { 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