Compare commits
No commits in common. "37656a1c6b37fde6a86a8abed6ccb71ca1fd986a" and "8f7c3ac5296a229041485e12ef55b93063250957" have entirely different histories.
37656a1c6b
...
8f7c3ac529
2 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, config, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -13,10 +13,8 @@
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
cargo
|
cargo
|
||||||
fd
|
fd
|
||||||
file
|
|
||||||
gcc
|
gcc
|
||||||
grc
|
grc
|
||||||
imagemagick
|
|
||||||
neovide
|
neovide
|
||||||
nerdfonts
|
nerdfonts
|
||||||
nodejs
|
nodejs
|
||||||
|
|
|
@ -8,6 +8,8 @@
|
||||||
|
|
||||||
# Just symlink neovim configuration for now.
|
# Just symlink neovim configuration for now.
|
||||||
# Declarative configuration coming soon™
|
# Declarative configuration coming soon™
|
||||||
home.file.".config/nvim".source =
|
home.file = {
|
||||||
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/git/dotfiles/home/.config/nvim";
|
".config/nvim".source =
|
||||||
|
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/git/dotfiles/home/.config/nvim";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue