[XCompose] Adds XCompose file
This commit is contained in:
7
home-manager/features/config/XCompose
Normal file
7
home-manager/features/config/XCompose
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
include "%L"
|
||||||
|
|
||||||
|
<Multi_key> <m> <u> : "μ"
|
||||||
|
<Multi_key> <minus> <comma> : "¬"
|
||||||
|
<Multi_key> <asciicircum> <asciicircum> : "∧"
|
||||||
|
<Multi_key> <v> <v> : "∨"
|
||||||
|
|
||||||
@@ -31,6 +31,11 @@
|
|||||||
# Hint for electron apps to use wayland
|
# Hint for electron apps to use wayland
|
||||||
home.sessionVariables.NIXOS_OZONE_WL = "1";
|
home.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||||
|
|
||||||
|
# Micelaneious config files
|
||||||
|
home.file = {
|
||||||
|
".XCompose".source = ./config/XCompose;
|
||||||
|
};
|
||||||
|
|
||||||
# GTK settings
|
# GTK settings
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user