moved home manager modules

This commit is contained in:
John Lancaster
2026-03-10 22:39:30 -05:00
parent 6c01156ffe
commit 5ee73c1f44
20 changed files with 31 additions and 31 deletions

View File

@@ -13,7 +13,7 @@ in
inputs.self.modules.nixos.docker
];
home-manager.users."${username}" = {
imports = with inputs.self.homeModules; [
imports = with inputs.self.modules.homeManager; [
];
docker.enable = true;
ssh.matchSets = {

View File

@@ -1,7 +1,7 @@
{ inputs, ... }:
{
flake.homeModules."john-pc-ubuntu" = { pkgs, config, ... }: {
imports = with inputs.self.homeModules; [
flake.modules.homeManager."john-pc-ubuntu" = { pkgs, config, ... }: {
imports = with inputs.self.modules.homeManager; [
john
desktop
docker
@@ -26,7 +26,7 @@
flake.homeConfigurations."john-pc-ubuntu" = inputs.home-manager.lib.homeManagerConfiguration {
pkgs = import inputs.nixpkgs { system = "x86_64-linux"; };
modules = [
inputs.self.homeModules."john-pc-ubuntu"
inputs.self.modules.homeManager."john-pc-ubuntu"
# Include another inline module to set the options created through the jsl-home modules
({ config, ... }: {