Add initial home-manager configuration
This commit is contained in:
parent
f772e6054e
commit
5ed43a4193
1 changed files with 19 additions and 0 deletions
19
flake.nix
19
flake.nix
|
|
@ -191,5 +191,24 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
homeConfigurations = {
|
||||||
|
jufr2 = let
|
||||||
|
username = "jufr2";
|
||||||
|
system = "x86_64-linux";
|
||||||
|
pkgs = nixpkgs.legacyPackages.${system};
|
||||||
|
in
|
||||||
|
home-manager.lib.homeManagerConfiguration {
|
||||||
|
inherit pkgs;
|
||||||
|
|
||||||
|
modules = [
|
||||||
|
home/core.nix
|
||||||
|
home/neovim/default.nix
|
||||||
|
home/zsh/default.nix
|
||||||
|
];
|
||||||
|
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue