some fixes
This commit is contained in:
parent
a11957d85a
commit
701b55c2fb
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
{ config, lib, pkgs, osConfig, ... }:
|
{ config, lib, pkgs, osConfig, ... }:
|
||||||
|
with lib;
|
||||||
let
|
let
|
||||||
|
|
||||||
rofi = pkgs.rofi.override { plugins = [ pkgs.rofi-emoji pkgs.rofi-calc pkgs.xdotool ]; };
|
rofi = pkgs.rofi.override { plugins = [ pkgs.rofi-emoji pkgs.rofi-calc pkgs.xdotool ]; };
|
||||||
|
|
Loading…
Reference in a new issue