unfinished work on making non-declarative configs more declarative :|

This commit is contained in:
Emmet
2025-01-18 23:01:24 -06:00
parent 99f32b0d1d
commit ea1d540f84
4 changed files with 66 additions and 0 deletions

View File

@@ -84,4 +84,28 @@
# Interval of saving user data in minutes
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
# '';
}