diff options
| author | 2025-03-30 14:17:02 +0300 | |
|---|---|---|
| committer | 2025-03-30 14:17:02 +0300 | |
| commit | ff82426194be7ee787dae4cf93dd884441fe4572 (patch) | |
| tree | 4135e06f59e4f40a2ea2a6aecfdb035b10b38a65 /flake.nix | |
| parent | feat: add `nixpkgs-pinned` to reduce updating huge packages (diff) | |
| download | nixos-configuration-ff82426194be7ee787dae4cf93dd884441fe4572.tar.gz nixos-configuration-ff82426194be7ee787dae4cf93dd884441fe4572.tar.bz2 nixos-configuration-ff82426194be7ee787dae4cf93dd884441fe4572.tar.lz nixos-configuration-ff82426194be7ee787dae4cf93dd884441fe4572.tar.xz nixos-configuration-ff82426194be7ee787dae4cf93dd884441fe4572.tar.zst nixos-configuration-ff82426194be7ee787dae4cf93dd884441fe4572.zip | |
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 |
