moved home manager modules
This commit is contained in:
@@ -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, ... }: {
|
||||
|
||||
Reference in New Issue
Block a user