WIP started reorg for absorbing john-pc-ubuntu

This commit is contained in:
John Lancaster
2026-03-08 11:07:12 -05:00
parent 9af4544640
commit 7d4f997c18
6 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
flake.homeModules.home = {
# TODO: Port custom settings from the old top-level ./home.nix into here.
};
}

View File

@@ -0,0 +1,5 @@
{
flake.homeModules.onepassword = {
# TODO: Port `_1password = true` behavior into an explicit Home Manager module.
};
}

View File

@@ -0,0 +1,5 @@
{
flake.homeModules.sublime = {
# TODO: Port `graphical.sublime = true` into an explicit Home Manager module.
};
}

View File

@@ -0,0 +1,5 @@
{
flake.homeModules.onepassword = {
# TODO: Port `_1password = true` behavior into an explicit Home Manager module.
};
}