onepassword module

This commit is contained in:
John Lancaster
2026-06-14 13:17:05 -05:00
parent 3e1d438453
commit 7294e04ae2
3 changed files with 16 additions and 9 deletions
@@ -7,6 +7,7 @@
self.modules.nixos.base
self.modules.nixos.greetd
self.modules.nixos.niri
self.modules.nixos.onepassword
];
# Use the systemd-boot EFI boot loader.
@@ -112,6 +113,9 @@
home-manager.users.john.imports = with inputs.self.modules.homeManager; [
desktop
# rebuild
{
my-vscode.enable = true;
}
];
};