Files
nixcfg/users/configs/desktop/rofi/default.nix
2023-06-24 16:27:46 +01:00

7 lines
88 B
Nix

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