mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-20 17:24:35 +05:30
Resolves home-manager switch confict
This commit is contained in:
parent
7dd2f89c21
commit
3568465c38
|
@ -84,28 +84,4 @@
|
||||||
# Interval of saving user data in minutes
|
# Interval of saving user data in minutes
|
||||||
AutoSavePeriod=30
|
AutoSavePeriod=30
|
||||||
'';
|
'';
|
||||||
home.file.".config/fcitx5/profile".text = ''
|
|
||||||
[Groups/0]
|
|
||||||
# Group Name
|
|
||||||
Name=Default
|
|
||||||
# Layout
|
|
||||||
Default Layout=us
|
|
||||||
# Default Input Method
|
|
||||||
DefaultIM=mozc
|
|
||||||
|
|
||||||
[Groups/0/Items/0]
|
|
||||||
# Name
|
|
||||||
Name=keyboard-us
|
|
||||||
# Layout
|
|
||||||
Layout=
|
|
||||||
|
|
||||||
[Groups/0/Items/1]
|
|
||||||
# Name
|
|
||||||
Name=mozc
|
|
||||||
# Layout
|
|
||||||
Layout=
|
|
||||||
|
|
||||||
[GroupOrder]
|
|
||||||
0=Default
|
|
||||||
'';
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue