feat\!: major cleanup

This commit is contained in:
Jacob Bachmann 2025-08-19 00:49:40 +02:00
parent b971a645e3
commit 210c463d79
93 changed files with 34 additions and 4340 deletions

View file

@ -1,4 +1,4 @@
{ lib, pkgs, modulesPath, ... }: {
{ lib, pkgs, modulesPath, ... }@inputs: {
imports = [ (modulesPath + "/profiles/minimal.nix") ];
# Installing a new system within the nspawn means that the /sbin/init script
@ -63,6 +63,8 @@
# stuff
nixfmt-rfc-style
inputs.agenix.packages.x86_64-linux.default
];
system.stateVersion = "24.05";