Rebuild files to introduce flakeRoot to prevent confudion about deep relative paths like ../../../../../
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, lib, user, inputs, ... }:
|
||||
{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||||
let
|
||||
# Read the contents of the bindings.conf file
|
||||
bindingsContent = builtins.readFile (flakeRoot + "/assets/hyprland/conf/bindings.conf");
|
||||
|
||||
Reference in New Issue
Block a user