Use substituteAll for rofi power menu

This commit is contained in:
Elnu 2023-01-25 22:12:03 -08:00
parent 8014e13950
commit 518273eec1
4 changed files with 5 additions and 14 deletions

View file

@ -4,10 +4,6 @@ let
_theme = import ../theme;
theme = _theme.theme; # Theme name
in {
home.packages = with pkgs; [
(pkgs.callPackage ./power.nix { })
wmctrl # TODO: add as dependency of rofi-power
];
programs.rofi = {
enable = true;
inherit theme;