Skip to content

Instantly share code, notes, and snippets.

@sebastorama
Created December 13, 2024 15:30
Show Gist options
  • Save sebastorama/bec9ba158c54323c48e166210b4eacd9 to your computer and use it in GitHub Desktop.
Save sebastorama/bec9ba158c54323c48e166210b4eacd9 to your computer and use it in GitHub Desktop.
home.file = {
".config/kitty/kitty.conf".source =
config.lib.file.mkOutOfStoreSymlink "${config.xdg.configHome}/nix-darwin/dotfiles/kitty.conf";
".config/nvim/".source =
config.lib.file.mkOutOfStoreSymlink "${config.xdg.configHome}/nix-darwin/dotfiles/nvim";
".npmrc".source = dotfiles/npmrc;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment