finding hyprland.conf error
This commit is contained in:
@@ -39,10 +39,13 @@ in
|
|||||||
}
|
}
|
||||||
// hyprlandConfs;
|
// hyprlandConfs;
|
||||||
|
|
||||||
# Use a postBuild hook to copy files
|
# Use home-files to copy files
|
||||||
postBuild = ''
|
home-files = [
|
||||||
mkdir -p ~/.config/hypr/
|
{
|
||||||
cp ${flakeRoot}/assets/hyprland/conf/hypr/* ~/.config/hypr/
|
path = "hypr";
|
||||||
'';
|
source = "${flakeRoot}/assets/hyprland/conf/hypr";
|
||||||
|
recursive = true;
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user