nixos-config/home-manager/stvnliu/programs/rofi.nix

6 lines
57 B
Nix

{ ...
}: {
programs.rofi = {
enable = true;
};
}