mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Make home manager config work cross-platform
This commit is contained in:
parent
77ebe6ddd5
commit
516036541b
3 changed files with 13 additions and 6 deletions
|
|
@ -174,9 +174,16 @@
|
|||
|
||||
# Home Manager (only) users
|
||||
homeConfigurations = {
|
||||
gene = localLib.mkHomeConfig {
|
||||
gene-x86_64-linux = localLib.mkHomeConfig {
|
||||
homeDirectory = "/home/gene";
|
||||
username = "gene";
|
||||
system = "x86_64-linux";
|
||||
};
|
||||
|
||||
gene-aarch64-linux = localLib.mkHomeConfig {
|
||||
homeDirectory = "/home/gene";
|
||||
username = "gene";
|
||||
system = "aarch64-linux";
|
||||
};
|
||||
}; # end homeConfigurations
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue