更新hyprland配置; 更新flake配置的方式
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
inherit (nixpkgs) lib;
|
||||
username = "alex";
|
||||
useremail = "reizero@live.com";
|
||||
hostname = "luna";
|
||||
libs = import ./libs;
|
||||
in
|
||||
rec {
|
||||
@@ -20,7 +19,7 @@
|
||||
(profile: {
|
||||
name = profile;
|
||||
value = import ./profiles/${profile} {
|
||||
inherit self libs inputs outputs username useremail;
|
||||
inherit self inputs outputs libs username useremail;
|
||||
};
|
||||
})
|
||||
(attrNames (readDir ./profiles))
|
||||
|
||||
Reference in New Issue
Block a user