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