Large refactor to clean up flake.nix

This commit is contained in:
Lauren Lagarde 2025-08-12 22:53:14 -05:00
parent 916595caa3
commit 67f0d12fc4
11 changed files with 206 additions and 362 deletions

View file

@ -1,5 +1,12 @@
{ pkgs, ... }: {
{ inputs, self, pkgs, pkgs-unstable, ... }: {
networking.hostName = "stronghold";
networking.hostId = "c581a1cd";
imports = [
inputs.disko.nixosModules.default
inputs.lix-module.nixosModules.default
inputs.home-manager.nixosModules.home-manager
# Core Features
../../nixos/features/base.nix
../../nixos/features/tui-apps.nix