more progress

This commit is contained in:
Chris Kruining 2025-07-24 11:33:23 +02:00
parent a03240d99d
commit f1c89a0ec1
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
31 changed files with 256 additions and 487 deletions

View file

@ -52,6 +52,10 @@
url = "github:Jovian-Experiments/Jovian-NixOS";
inputs.nixpkgs.follows = "nixpkgs";
};
grub2-themes = {
url = "github:vinceliuice/grub2-themes";
};
};
outputs = inputs: inputs.snowfall-lib.mkFlake {
@ -60,6 +64,10 @@
channels-config = {
allowUnfree = true;
permittedInsecurePackages = [
"dotnet-sdk-6.0.428"
"aspnetcore-runtime-6.0.36"
];
};
snowfall = {
@ -76,5 +84,9 @@
nix-minecraft.overlay
flux.overlays.default
];
homes.modules = with inputs; [
plasma-manager.homeManagerModules.plasma-manager
];
};
}