summaryrefslogtreecommitdiff
path: root/modules/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/common.nix')
-rw-r--r--modules/common.nix7
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;