Fixing package issues and tidying configs

This commit is contained in:
2025-11-21 15:54:00 +01:00
parent 3add87caa4
commit ace15312a5
6 changed files with 15 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
{
programs.rofi = {
enable = true;
package = pkgs.rofi-wayland;
package = pkgs.rofi;
theme = let
inherit (config.lib.formats.rasi) mkLiteral;