dend: wip home

This commit is contained in:
2026-03-27 18:49:27 +01:00
parent bb919f666b
commit a5c8c05c7c
40 changed files with 1463 additions and 11 deletions

View File

@@ -1,4 +1,18 @@
{inputs, ...}: {
{
inputs,
self,
...
}: {
flake.nixosModules.unstable-overlay = {
nixpkgs.overlays = [
self.overlays.unstable
];
};
flake.homeModules.unstable-overlay = {
nixpkgs.overlays = [
self.overlays.unstable
];
};
flake.overlays.unstable = final: prev: {
unstable = import inputs.nixpkgs-unstable {
system = prev.system;