1 封装nix-fhs使用nix-ld
2 修改生成hylrland配置文件的方式 3 启用flatpak
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{ config, libs, pkgs, ... }:
|
||||
let
|
||||
conf = [ "hypr" "waybar" "rofi" "kitty" "mako" "wlogout" ];
|
||||
confPath = "modules/home/hyprland/conf";
|
||||
in
|
||||
{
|
||||
@@ -47,7 +46,7 @@ in
|
||||
source = config.home-libs.mkOutOfStoreSymlink "${confPath}/${name}";
|
||||
};
|
||||
})
|
||||
conf
|
||||
(builtins.attrNames (builtins.readDir ./conf))
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user