Files
nixcfg/users/daniel/configs/desktop/rofi/default.nix
2022-04-16 14:29:22 +01:00

9 lines
91 B
Nix

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