finding hyprland.conf error
This commit is contained in:
@@ -31,20 +31,13 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Ensure the Hyprland config directory exists and include all files
|
# Create symlinks in ~/.config/hypr to all the files in assets/hyprland/conf/hypr
|
||||||
xdg.configFile = {
|
|
||||||
"hypr/.keep" = {
|
|
||||||
text = "";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
// hyprlandConfs;
|
|
||||||
|
|
||||||
# Use home-files to copy files
|
|
||||||
home-files = [
|
home-files = [
|
||||||
{
|
{
|
||||||
path = "hypr";
|
path = "hypr";
|
||||||
source = "${flakeRoot}/assets/hyprland/conf/hypr";
|
source = "${flakeRoot}/assets/hyprland/conf/hypr";
|
||||||
recursive = true;
|
recursive = true;
|
||||||
|
symlink = true;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user