Compare commits

..

No commits in common. "37656a1c6b37fde6a86a8abed6ccb71ca1fd986a" and "8f7c3ac5296a229041485e12ef55b93063250957" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, config, ... }:
{ pkgs, ... }:
{
imports = [
@ -13,10 +13,8 @@
packages = with pkgs; [
cargo
fd
file
gcc
grc
imagemagick
neovide
nerdfonts
nodejs

View file

@ -8,6 +8,8 @@
# Just symlink neovim configuration for now.
# Declarative configuration coming soon™
home.file.".config/nvim".source =
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/git/dotfiles/home/.config/nvim";
home.file = {
".config/nvim".source =
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/git/dotfiles/home/.config/nvim";
};
}