restructure

This commit is contained in:
2026-04-22 13:53:13 -05:00
parent e950b4c162
commit 2fd2e5f2aa
16 changed files with 36 additions and 19 deletions

View File

@@ -1,9 +1,15 @@
{ inputs, ... }: {
{ self, inputs, ... }: {
flake.homeModules.nathan = { config, lib, pkgs, ... }: {
imports = [
imports = with self.homeModules; [
inputs.sops-nix.homeManagerModules.sops
nathan-terminal
nathan-mpd
nathan-nh
nathan-pywal
];
config = {