diff options
| author | Christian <[email protected]> | 2026-05-17 08:18:31 -0500 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-05-17 08:18:31 -0500 |
| commit | a2c9e1a485e952ed368f97d2eac6ea70aa88fa61 (patch) | |
| tree | e13de9089c277649e42f07d4779ca163e2c72a2a /modules/common.nix | |
| parent | ce590de4e3af46fd34c2f52d72b15130eaf2b570 (diff) | |
Neovim clipboard integration
Diffstat (limited to 'modules/common.nix')
| -rw-r--r-- | modules/common.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/common.nix b/modules/common.nix index 843a622..eb97039 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -67,6 +67,7 @@ man-pages-posix dmenu mosh + xclip ]; documentation.dev.enable = true; @@ -76,6 +77,12 @@ dry-rebuild = "nix build ~/.config/nixos#nixosConfigurations.$(hostname).config.system.build.toplevel --no-link"; }; + programs.neovim = { + enable = true; + defaultEditor = true; + vimAlias = true; + }; + virtualisation.docker.enable = true; programs.nix-index.enable = false; |
