feat(users/transcaffeine): source vimrc from dotfiles repository
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
./darkman.nix
|
||||
./git.nix
|
||||
./gnupg.nix
|
||||
./vim.nix
|
||||
];
|
||||
home.stateVersion = "24.11";
|
||||
|
||||
|
||||
9
users/transcaffeine/home-manager/vim.nix
Normal file
9
users/transcaffeine/home-manager/vim.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ inputs, lib, ... }:
|
||||
let
|
||||
dotfileRepo = inputs.dotfiles;
|
||||
in {
|
||||
programs.vim = {
|
||||
enable = true;
|
||||
extraConfig = lib.readFile (dotfileRepo + "/config/vim/vimrc");
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user