更新hyprland配置; 更新flake配置的方式

This commit is contained in:
2025-04-28 00:21:50 +08:00
parent a07936cff7
commit 6377ceef93
19 changed files with 119 additions and 521 deletions

View File

@@ -1,8 +1,7 @@
{ config, lib, pkgs, ... }:
{ config, libs, pkgs, ... }:
let
conf = [ "hypr" "waybar" "rofi" "kitty" "mako" "wlogout" ];
confPath = "${config.home.homeDirectory}/.nix/modules/home/hyprland/conf";
inherit (lib.my) mkOutOfStoreSymlinks;
in
{
imports = [