Skip to content

Commit

Permalink
better layout
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed May 4, 2023
1 parent c5be029 commit f4d3500
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# https://nix-community.github.io/home-manager/index.html#sec-usage-configuration
{ pkgs, ... }: {
imports = [
# Add your other home-manager modules here.
./home/neovim.nix
# Add your home-manager modules here.
./home/neovim
];

# Nix packages to install to $HOME
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion home/neovim.nix → home/neovim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
# plugins list above.
extraConfig = ''
lua << EOF
${builtins.readFile ./neovim.lua}
${builtins.readFile ./config.lua}
EOF
'';
};
Expand Down

0 comments on commit f4d3500

Please sign in to comment.