nixfiles/home/apps/rofi/default.nix
2022-02-15 11:04:08 +00:00

6 lines
202 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [ rofi ];
home.file.".local/share/rofi/themes/rofi-nord.rasi".source = ./rofi-nord.rasi;
home.file.".config/rofi/config.rasi".source = ./config.rasi;
}