mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
rofi: Fix renamed package
This commit is contained in:
parent
8b75542baf
commit
797c074e90
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
options.custom.programs.rofi.enable = lib.mkEnableOption "";
|
options.custom.programs.rofi.enable = lib.mkEnableOption "";
|
||||||
|
|
||||||
config = lib.mkIf config.custom.programs.rofi.enable {
|
config = lib.mkIf config.custom.programs.rofi.enable {
|
||||||
home.packages = [ pkgs.rofi-wayland ];
|
home.packages = [ pkgs.rofi ];
|
||||||
|
|
||||||
xdg.configFile."rofi/config.rasi".source =
|
xdg.configFile."rofi/config.rasi".source =
|
||||||
let
|
let
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue