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 { wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable {
settings = { settings = {
animations = { animations = {
enabled = "no"; enabled = lib.mkForce "no";
}; };
monitor = [ monitor = [

View File

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

View File

@ -16,7 +16,6 @@ in
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
userSettings.alacritty.enable = true; userSettings.alacritty.enable = true;
userSettings.kitty.enable = true; userSettings.kitty.enable = true;
userSettings.japanese.enable = true;
userSettings.dmenuScripts = { userSettings.dmenuScripts = {
enable = true; enable = true;
dmenuCmd = "fuzzel -d"; dmenuCmd = "fuzzel -d";

View File

@ -18,7 +18,7 @@ in {
]; ];
}; };
home.sessionVariables = { home.sessionVariables = {
GTK_IM_MODULE = lib.mkForce "wayland"; GTK_IM_MODULE = lib.mkForce "";
}; };
home.file.".config/fcitx5/config".text = '' home.file.".config/fcitx5/config".text = ''
[Hotkey] [Hotkey]