added Jovian-NixOS

This commit is contained in:
willifan 2024-11-02 15:48:48 +01:00
parent a7bfc8c394
commit 0b1331c6d4
9 changed files with 89 additions and 2 deletions

View file

@ -31,6 +31,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
jovian = {
url = "github:Jovian-Experiments/Jovian-NixOS";
inputs.nixpkgs.follows = "nixpkgs";
};
# # Secrets management. See ./docs/secretsmgmt.md
# sops-nix = {
# url = "github:mic92/sops-nix";
@ -156,6 +161,7 @@
attrs.disko.nixosModules.disko
attrs.stylix.nixosModules.stylix
attrs.nixvim.nixosModules.nixvim
attrs.jovian.nixosModules.default
./hosts
./users/willifan
];