rofi.nix
1 { config, lib, pkgs, ... }: { 2 home.packages = [ pkgs.rofi-wayland pkgs.fuzzel ]; 3 home.file.".config/rofi-themes/config.rasi" = { source = ./config.rasi; }; 4 home.file.".config/rofi-themes/config.powermenu.rasi" = { 5 source = ./config.powermenu.rasi; 6 }; 7 }