fixed various problems

This commit is contained in:
Emmet
2025-03-08 17:54:36 -06:00
parent c33d75a1be
commit 8a145e6580
4 changed files with 3 additions and 4 deletions

View File

@ -44,7 +44,7 @@
wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable {
settings = {
animations = {
enabled = "no";
enabled = lib.mkForce "no";
};
monitor = [

View File

@ -47,7 +47,7 @@
wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable {
settings = {
animations = {
enabled = "no";
enabled = lib.mkForce "no";
};
bind = [

View File

@ -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";

View File

@ -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]