hm standalone again

This commit is contained in:
Bryan Ramos 2023-06-06 23:16:27 -04:00
parent a2c480f5d9
commit 2b0f6849b6
7 changed files with 38 additions and 63 deletions

View file

@ -1,9 +1,8 @@
{ pkgs, lib, config, ... }:
{ pkgs, config, ... }:
let
inherit (config.lib.formats.rasi) mkLiteral;
in
with lib;
{ enable = true;
package = pkgs.rofi-wayland;
location = "center";