diff options
| author | caley <u65487754@gmail.com> | 2026-05-20 08:59:56 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-20 08:59:56 +0000 |
| commit | 8fa2324d1337ae81ebb0e4140e697f7a46dff17a (patch) | |
| tree | 1487fcc86e7800d53bcac7fef143f88680812f48 /nixos | |
| parent | 4d5b222c402330942f7d0f4918408f9bf708e43e (diff) | |
Add force option for XDG config files
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/cat.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/cat.nix b/nixos/cat.nix index 99aaab8..0cfd979 100644 --- a/nixos/cat.nix +++ b/nixos/cat.nix @@ -5,6 +5,10 @@ home.homeDirectory = "/home/silly"; home.stateVersion = "25.11"; + xdg.configFile."fish/config.fish".force = true; + xdg.configFile."kitty/kitty.conf".force = true; + xdg.configFile."dunst/dunstrc".force = true; + programs.fish = { enable = true; shellAbbrs = { |
