fix home-manager gtk2 config file

This commit is contained in:
2025-09-25 14:26:33 +08:00
parent 43dee44546
commit c4783d9cc6
2 changed files with 3 additions and 5 deletions

6
flake.lock generated
View File

@@ -527,11 +527,11 @@
]
},
"locked": {
"lastModified": 1758375677,
"narHash": "sha256-BLtD+6qWz7fQjPk2wpwyXQLGI0E30Ikgf2ppn2nVadI=",
"lastModified": 1758748290,
"narHash": "sha256-/U2axzLmPgJb/0J+vQ4XmS++72VZWxJnDblwqTyGmEk=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "edc7468e12be92e926847cb02418e649b02b59dd",
"rev": "2e260431fca7a782e0d0591985f2040944b43541",
"type": "github"
},
"original": {

View File

@@ -57,8 +57,6 @@ inputs:
gtk3.extraConfig.gtk-im-module = "fcitx";
gtk4.extraConfig.gtk-im-module = "fcitx";
};
# TODO: infinite recursion
# home.file."${hmInputs.config.gtk.gtk2.configLocation}".force = true;
};
})];
})