feat: added recovery nixos config
This commit is contained in:
@@ -37,6 +37,13 @@
|
||||
};
|
||||
};
|
||||
|
||||
den.hosts.x86_64-linux.doloro-bootable = {
|
||||
users.doloro = {
|
||||
aspect = "doloro-bootable";
|
||||
homeManager.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
den.schema.user.classes = lib.mkDefault ["homeManager"];
|
||||
|
||||
# Fixes 'The option `flake.homeConfigurations' is defined multiple times while it's expected to be unique.'
|
||||
|
||||
Reference in New Issue
Block a user