mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 11:13:30 -05:00
how did this even happen in the first place
This commit is contained in:
parent
06cb508501
commit
a2514413e8
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, lib, config, ...}: {
|
||||||
home = {
|
home = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
neovim
|
neovim
|
||||||
|
@ -6,7 +6,7 @@
|
||||||
file = {
|
file = {
|
||||||
nvim = {
|
nvim = {
|
||||||
recursive = true;
|
recursive = true;
|
||||||
source = pkgs.lib.file.mkOutOfStoreSymlink "${pkgs.home.homeDirectory}/nixos/dotfiles/nvim";
|
source = lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/nixos/dotfiles/nvim";
|
||||||
target = "./.config/nvim";
|
target = "./.config/nvim";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue