Tweak rofi

This commit is contained in:
Paul-Henri Froidmont 2023-03-27 04:31:58 +02:00
parent e37d668817
commit 280fd08a6b
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
5 changed files with 145 additions and 8 deletions

View file

@ -9,7 +9,10 @@ in {
config = mkIf cfg.enable {
modules.desktop.polybar.enable = true;
modules = {
desktop.polybar.enable = true;
apps.rofi.enable = true;
};
services.xserver = {
enable = true;