2023-09-11 23:22:18 +01:00
|
|
|
{pkgs, ...}: {
|
|
|
|
home.packages = with pkgs; [rofi];
|
2023-08-29 14:07:17 +01:00
|
|
|
|
2022-02-14 14:56:05 +00:00
|
|
|
home.file.".local/share/rofi/themes/rofi-nord.rasi".source = ./rofi-nord.rasi;
|
|
|
|
home.file.".config/rofi/config.rasi".source = ./config.rasi;
|
|
|
|
}
|