import fixes
This commit is contained in:
@@ -13,8 +13,9 @@ in
|
||||
inputs.self.modules.nixos.docker
|
||||
];
|
||||
home-manager.users."${username}" = {
|
||||
imports = with inputs.self.modules.homeManager; [
|
||||
];
|
||||
# imports = with inputs.self.modules; [
|
||||
# homeManager."${username}"
|
||||
# ];
|
||||
docker.enable = true;
|
||||
ssh.matchSets = {
|
||||
certs = true;
|
||||
|
||||
@@ -5,6 +5,7 @@ in
|
||||
{
|
||||
flake.modules.homeManager."${hostname}" = { pkgs, config, ... }: {
|
||||
imports = with inputs.self.modules.homeManager; [
|
||||
# base
|
||||
rebuild
|
||||
john
|
||||
desktop
|
||||
|
||||
Reference in New Issue
Block a user