Begin Dendritic rewrite

This commit is contained in:
2026-03-06 18:46:38 -06:00
parent fa9ca0ec63
commit eb5b08c8f0
12 changed files with 21 additions and 299 deletions

View File

@@ -1,13 +1,13 @@
{ ... }: {
{ inputs, ... }: {
flake.nixosModules.laptop = { config, pkgs, lib, home-manager, sops-nix, ... }:
flake.nixosModules.laptop = { config, pkgs, lib, ... }:
{
imports = [
home-manager.nixosModules.default
inputs.home-manager.nixosModules.default
sops-nix.nixosModules.sops
inputs.sops-nix.nixosModules.sops
];
config = {