structural-rework #1

Merged
ghoscht merged 44 commits from structural-rework into main 2023-12-29 10:35:45 +01:00
4 changed files with 2 additions and 2 deletions
Showing only changes of commit 9b851c37b8 - Show all commits

View file

@ -74,7 +74,7 @@
pkgs = nixpkgs.legacyPackages.x86_64-linux; # Home-manager requires 'pkgs' instance
extraSpecialArgs = {inherit inputs outputs vars;};
modules = [
./home/ghoscht/adalbert.nix
./home/adalbert.nix
];
};
};

View file

@ -42,5 +42,5 @@ in {
packages = [pkgs.home-manager];
};
home-manager.users.${vars.user} = import ../../../home/${vars.user}/${config.networking.hostName}.nix;
home-manager.users.${vars.user} = import ../../../home/${config.networking.hostName}.nix;
}