Use substituteAll for rofi power menu
This commit is contained in:
parent
8014e13950
commit
518273eec1
4 changed files with 5 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue