Files
nixcfg/users/daniel/configs/desktop/rofi/default.nix

7 lines
88 B
Nix

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