Files
nixcfg/user/progs/rofi/default.nix
2022-02-13 21:54:24 +00:00

9 lines
91 B
Nix

{ pkgs, ... }:
{
programs.rofi = {
enable = true;
theme = ./colour.rasi;
};
}