调整项目结构和readme

This commit is contained in:
2025-05-09 14:40:19 +08:00
parent 79d3ca7ec4
commit 05c8ab6c82
28 changed files with 373 additions and 345 deletions

View File

@@ -33,7 +33,8 @@
(profile: {
name = profile;
value = import ./profiles/${profile} {
inherit self inputs outputs libs nixos sourcepath username useremail;
inherit self inputs outputs libs nixos profile sourcepath username useremail;
hostname = profile;
};
})
(attrNames (readDir ./profiles))
@@ -48,7 +49,7 @@
extraSpecialArgs = {
inherit inputs outputs username useremail;
hyprland = inputs.hyprland;
sysversion = "unstable";
version = "${nixos.unstable.version}";
};
modules = [
# > Our main home-manager configuration file <