mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-06 21:09:22 +02:00
vim config
This commit is contained in:
parent
611796f02e
commit
189be0ee01
5 changed files with 27 additions and 0 deletions
|
@ -74,6 +74,7 @@
|
|||
outputs =
|
||||
inputs@{ self, nixpkgs, ... }:
|
||||
{
|
||||
modules.default = import ./modules;
|
||||
nixosModules.default = import ./nixos-modules;
|
||||
homeManagerModules.default = import ./home-modules;
|
||||
nixosConfigurations = import ./systems { inherit self inputs nixpkgs; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue