1
0
mirror of https://github.com/kmein/niveum synced 2026-03-23 05:11:08 +01:00

kropsify some more

This commit is contained in:
Kierán Meinhardt
2019-04-11 07:43:08 +02:00
parent b9a6f33aa4
commit 60a08c6783
24 changed files with 72 additions and 59 deletions

View File

@@ -1,5 +1,5 @@
{ pkgs, config, ... }:
let vimConfig = import <niveum/dot/vim.nix> { inherit config pkgs; };
let vimConfig = import <dot/vim.nix> { inherit config pkgs; };
in {
programs.nano.nanorc = ''
set autoindent
@@ -19,7 +19,7 @@ in {
nixpkgs.config.packageOverrides = pkgs: {
nvim = pkgs.neovim.override {
configure = {
customRC = builtins.readFile <niveum/dot/vimrc>;
customRC = builtins.readFile <dot/vimrc>;
packages.nvim = with pkgs.vimPlugins; {
start = with pkgs.vimPlugins; [
ale