moved config
This commit is contained in:
15
config/hosts/aspects/doloro-shared.nix
Normal file
15
config/hosts/aspects/doloro-shared.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ den, modules, ... }:
|
||||
{
|
||||
den.aspects.doloro-shared = {
|
||||
includes = [
|
||||
modules.nixvim
|
||||
modules.nix
|
||||
];
|
||||
homeManager = {
|
||||
home = {
|
||||
username = "doloro";
|
||||
homeDirectory = "/home/doloro";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user