Skip to content

clvx/nix-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nix files

A bunch of files managed by Nix home-manager.

Install

  1. Install Nix

    curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
    exec $SHELL -l
    
  2. Install files

    git clone git@github.com:clvx/nix-files.git
    cd ./nix-files
    nix run . switch -- --flake .#<flake>
    hash -r
    
  3. Update

    nix flake update
    nix run . switch -- --flake .#<flake>
    

TODOs

NVIM

[ ] Not very happy with nix-cmp. It requires work to give it the same UX as coc.vim.

[ ] Fix nvim-tree opening new buffer instead of replacing it.

[ ] Review different mappings:

  • nvim-lspconfig

  • nvim-cmp

[ ] unmap default fzf-lua commands

[ ] Dig into lsp-config keymaps

[ ] Review go.nvim

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published