diff options
feat(mora): use NeoVim config and Niri from flakes
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -96,6 +96,9 @@ #inputs.flake-utils.follows = "flake-utils"; #inputs.rust-overlay.follows = "rust-overlay"; }; + + # NOTE: re-following inputs breaks Cachix + neovim-configuration.url = "git+https://git.140041.xyz/neovim-configuration"; }; nixConfig = { @@ -136,6 +139,8 @@ niri, wezterm, + neovim-configuration, + ... } @ inputs: let @@ -167,6 +172,7 @@ # System Configuration ./system-sapphire.nix + neovim-configuration.nixosModules.default # User Configurations # mora@sapphire |