diff --git a/Droidnix/generated/hyprland/hyprland.nix b/Droidnix/generated/hyprland/hyprland.nix index 7b5c69734..0377367fd 100644 --- a/Droidnix/generated/hyprland/hyprland.nix +++ b/Droidnix/generated/hyprland/hyprland.nix @@ -32,13 +32,11 @@ in }; # Create symlinks in ~/.config/hypr to all the files in assets/hyprland/conf/hypr - home-files = [ - { - path = "hypr"; - source = "${flakeRoot}/assets/hyprland/conf/hypr"; - recursive = true; - symlink = true; - } - ]; + xdg.configFile = { + "hypr/.keep" = { + text = ""; + }; + } + // hyprlandConfs; }; }