Large refactor to clean up flake.nix
This commit is contained in:
parent
916595caa3
commit
67f0d12fc4
11 changed files with 206 additions and 362 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue