DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

ref: 199e5581a35e733003728f45204f45d7d3dad791 nvim-flake/config/default.nix -rw-r--r-- 144 bytes
199e5581Jonni Liljamo feat: add zen-mode and twilight 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
{
  imports = [
    ./plugins
    ./globals.nix
  ];

  withNodeJs = false;
  withRuby = false;

  clipboard.providers.wl-copy.enable = true;
}