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:
commit
afb6f86b62
7 changed files with 51 additions and 74 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue