Home: Update config for new lock
This commit is contained in:
@ -22,8 +22,8 @@ in {
|
||||
# fcitx5-configtool
|
||||
catppuccin-fcitx5
|
||||
|
||||
libsForQt5.fcitx5-qt # QT5
|
||||
libsForQt5.fcitx5-chinese-addons
|
||||
kdePackages.fcitx5-qt # QT5
|
||||
kdePackages.fcitx5-chinese-addons
|
||||
|
||||
qt6Packages.fcitx5-qt # QT6
|
||||
qt6Packages.fcitx5-chinese-addons
|
||||
|
||||
@ -15,7 +15,7 @@ in {
|
||||
config = lib.mkIf rofi.enable {
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
package = pkgs.rofi-wayland;
|
||||
package = pkgs.rofi;
|
||||
terminal = "kitty";
|
||||
font = "${color.font} 14";
|
||||
location = "center";
|
||||
|
||||
Reference in New Issue
Block a user