my system configurations ^-^
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

revert: "refactor(zed): use xdg.configFile instead of file"

This reverts commit 502e49028c228c6324dc70e89acb68849191aa74.

willow 00399d39 dc4e4166

+2 -2
+2 -2
modules/nixos/home/programs/gui/zed/default.nix
··· 24 24 pkgs.prettierd 25 25 pkgs.kdePackages.qtdeclarative # QML 26 26 ]; 27 - xdg.configFile."zed/settings.json".source = settingsFile; 28 - xdg.configFile."zed/keymap.json".source = keymapFile; 27 + file.".config/zed/settings.json".source = settingsFile; 28 + file.".config/zed/keymap.json".source = keymapFile; 29 29 }; 30 30 }; 31 31 }