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