This commit is contained in:
Chris Cochrun 2025-10-08 14:19:57 -05:00
parent f7ed344a30
commit cfc03cf564
4 changed files with 26 additions and 16 deletions

View file

@ -57,7 +57,7 @@
quickemu, nixos-hardware, emacs, nix-bitcoin #, eww
, simple-nixos-mailserver, anipy-cli, darkly, niri,
# ags,
stylix, ... }:
stylix, self, ... }:
let
system = "x86_64-linux";
username = "chris";
@ -186,5 +186,6 @@
];
};
};
packages.${system}.nixbook = self.nixosConfigurations.nixbook.config.system.build.isoImage;
};
}