This commit is contained in:
Spectre 2024-06-07 17:34:59 +02:00
parent c003e4c44c
commit f2dc32ac0c
5 changed files with 86 additions and 2 deletions

6
home/rofi.nix Normal file
View file

@ -0,0 +1,6 @@
{pkgs, ...}: {
programs.rofi = {
enable = true;
package = pkgs.rofi-wayland;
};
}