1
0
Fork 0
forked from foxora/nix

Merge pull request '*meows at you*' (#2) from cry/flake-foxora:main into main

Reviewed-on: https://forge.dobutterfliescry.net/foxora/nix/pulls/2
This commit is contained in:
foxora 2026-02-15 05:07:45 +10:00
commit 88c4057aa5
7 changed files with 51 additions and 74 deletions

View file

@ -3,7 +3,10 @@
spkgs,
...
}: let
utils = inputs.nixcats.utils;
inherit
(inputs.nixcats)
utils
;
in {
imports = [
inputs.nixcats.homeModule
@ -14,7 +17,7 @@ in {
# it will be the namespace for your options.
nixCats = {
enable = true;
nixpkgs_version = inputs.nixpkgs;
nixpkgs_version = inputs.nixpkgs-unstable;
# this will add the overlays from ./overlays and also,
# add any plugins in inputs named "plugins-pluginName" to pkgs.neovimPlugins
# It will not apply to overall system, just nixCats.