[XCompose] Adds XCompose file

This commit is contained in:
2025-02-12 19:42:39 -08:00
parent eee5479bf9
commit 032a0b477e
2 changed files with 12 additions and 0 deletions

View File

@@ -31,6 +31,11 @@
# Hint for electron apps to use wayland
home.sessionVariables.NIXOS_OZONE_WL = "1";
# Micelaneious config files
home.file = {
".XCompose".source = ./config/XCompose;
};
# GTK settings
gtk = {
enable = true;