aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorLibravatar Mora Unie Youer <[email protected]>2025-03-30 14:17:02 +0300
committerLibravatar Mora Unie Youer <[email protected]>2025-03-30 14:17:02 +0300
commitff82426194be7ee787dae4cf93dd884441fe4572 (patch)
tree4135e06f59e4f40a2ea2a6aecfdb035b10b38a65 /flake.nix
parentfeat: add `nixpkgs-pinned` to reduce updating huge packages (diff)
downloadnixos-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.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index ef62d0e..481a7fc 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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