2023-08-07 22:27:54 +01:00
|
|
|
{ inputs, username }:
|
2023-03-22 23:47:48 +00:00
|
|
|
|
2023-08-07 22:27:54 +01:00
|
|
|
inputs.home-manager.lib.homeManagerConfiguration {
|
|
|
|
modules = [
|
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
../home-manager/modules/common.nix
|
|
|
|
../home-manager/modules/git.nix
|
|
|
|
../home-manager/modules/home-manager.nix
|
|
|
|
../home-manager/modules/tmux.nix
|
|
|
|
../home-manager/modules/zsh.nix
|
|
|
|
];
|
|
|
|
}
|
2023-03-22 23:47:48 +00:00
|
|
|
];
|
2023-08-07 22:27:54 +01:00
|
|
|
|
|
|
|
pkgs = inputs.nixpkgs.legacyPackages.x86_64-linux;
|
2023-03-22 23:47:48 +00:00
|
|
|
}
|