forked from autowolf/nix
hopefully this fixes it?
This commit is contained in:
parent
fb4b2c1ed9
commit
a97c3b3885
5 changed files with 80 additions and 50 deletions
|
|
@ -1,16 +1,10 @@
|
|||
{
|
||||
inputs,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
{inputs, ...}: let
|
||||
utils = inputs.nixcats.utils;
|
||||
in {
|
||||
|
||||
imports = [
|
||||
inputs.nixcats.homeModule
|
||||
];
|
||||
|
||||
|
||||
config = {
|
||||
# this value, nixCats is the defaultPackageName you pass to mkNixosModules
|
||||
# it will be the namespace for your options.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue