fixed various problems
This commit is contained in:
@ -44,7 +44,7 @@
|
||||
wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable {
|
||||
settings = {
|
||||
animations = {
|
||||
enabled = "no";
|
||||
enabled = lib.mkForce "no";
|
||||
};
|
||||
|
||||
monitor = [
|
||||
|
@ -47,7 +47,7 @@
|
||||
wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable {
|
||||
settings = {
|
||||
animations = {
|
||||
enabled = "no";
|
||||
enabled = lib.mkForce "no";
|
||||
};
|
||||
|
||||
bind = [
|
||||
|
@ -16,7 +16,6 @@ in
|
||||
config = lib.mkIf cfg.enable {
|
||||
userSettings.alacritty.enable = true;
|
||||
userSettings.kitty.enable = true;
|
||||
userSettings.japanese.enable = true;
|
||||
userSettings.dmenuScripts = {
|
||||
enable = true;
|
||||
dmenuCmd = "fuzzel -d";
|
||||
|
@ -18,7 +18,7 @@ in {
|
||||
];
|
||||
};
|
||||
home.sessionVariables = {
|
||||
GTK_IM_MODULE = lib.mkForce "wayland";
|
||||
GTK_IM_MODULE = lib.mkForce "";
|
||||
};
|
||||
home.file.".config/fcitx5/config".text = ''
|
||||
[Hotkey]
|
||||
|
Reference in New Issue
Block a user