Created
December 13, 2024 15:30
-
-
Save sebastorama/bec9ba158c54323c48e166210b4eacd9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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