wow
This commit is contained in:
parent
1ab0263e27
commit
15091ac422
19 changed files with 2328 additions and 263 deletions
|
|
@ -23,7 +23,7 @@
|
|||
fcitx5 = {
|
||||
settings.globalOptions = {
|
||||
"Hotkey/TriggerKeys" = {
|
||||
"0" = "Hangul";
|
||||
"0" = "Alt_R";
|
||||
};
|
||||
"Hotkey/ActivateKeys" = {
|
||||
"0" = "Hangul_Hanja";
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
}
|
||||
];
|
||||
|
||||
system.activationScripts.createIcon = "ln -sfn ${inputs.self}/assets/avatar.webp /var/lib/AccountsService/icons/imnyang";
|
||||
system.activationScripts.createIcon = "mkdir -p /var/lib/AccountsService/icons && ln -sfn ${inputs.self}/assets/avatar.webp /var/lib/AccountsService/icons/imnyang";
|
||||
|
||||
programs.fish.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue