feat: NixOS template for new users #33

Open
8bitbuddhist wants to merge 14 commits from new-user-templates into main
Showing only changes of commit 509b6727bf - Show all commits

View file

@ -2,9 +2,6 @@
description = "A system flake with various options for bootstrapping a complete Aux install."; description = "A system flake with various options for bootstrapping a complete Aux install.";
inputs = { inputs = {
# Import Auxolotl libs
auxlib.url = "https://git.auxolotl.org/auxolotl/labs/archive/main.tar.gz?dir=lib";
# Flatpak support # Flatpak support
nix-flatpak.url = "github:gmodena/nix-flatpak/v0.4.1"; nix-flatpak.url = "github:gmodena/nix-flatpak/v0.4.1";
8bitbuddhist marked this conversation as resolved Outdated

We probably don't want to be relying on anything in labs.

We probably don't want to be relying on anything in `labs`.
@ -27,7 +24,6 @@
outputs = outputs =
inputs@{ inputs@{
self, self,
auxlib,
home-manager, home-manager,
lanzaboote, lanzaboote,
nix-flatpak, nix-flatpak,