fix(tazjin/home): workaround for stupid home-manager backup logic

Change-Id: Id77d496e0df925381cbd1d2c54f484c7d69288cd
Reviewed-on: https://cl.tvl.fyi/c/depot/+/13171
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
This commit is contained in:
Vincent Ambo 2025-02-21 18:16:37 +03:00 committed by clbot
parent deae47c7cb
commit b636e60244

View file

@ -61,6 +61,11 @@ in
};
};
# workaround for https://github.com/nix-community/home-manager/issues/4199
home.activation.backupWorkaround = lib.hm.dag.entryBefore [ "linkGeneration" ] ''
run rm -f ~/.config/mimeapps.list.backup
'';
# put Niri (& related tools) configuration in place
xdg.configFile."niri/config.kdl".source = depot.users.tazjin.dotfiles.niri;
xdg.configFile."fuzzel/fuzzel.ini".source = depot.users.tazjin.dotfiles.fuzzel;