mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-24 18:31:43 +01:00
fix: Error installing file '.config/fcitx5/profile' outside $HOME
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
catppuccin.fcitx5.enable = false;
|
||||
xdg.configFile = {
|
||||
"fcitx5/profile" = {
|
||||
source = ./profile;
|
||||
|
||||
Reference in New Issue
Block a user