1 封装nix-fhs使用nix-ld

2 修改生成hylrland配置文件的方式
3 启用flatpak
This commit is contained in:
2025-05-19 10:20:28 +08:00
parent 05c8ab6c82
commit 91b8e65a79
11 changed files with 265 additions and 145 deletions

View File

@@ -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))
);
}