restruct and adding gnome polkit, anyrun

This commit is contained in:
cnst
2024-07-06 14:17:47 +02:00
parent 7531426abe
commit f002bd7240
9 changed files with 122 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
{pkgs, ...}: {
programs.rofi = {
enable = true;
package = pkgs.rofi-wayland-unwrapped;
configPath = "home/cnst/.config/rofi/config.rasi";
font = "Rec Mono Linear 11";
};
}