fix(flake): use absolute path for powercord setup
This commit is contained in:
parent
3fc6980dd2
commit
d37b5201ea
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
|
||||
# --- Application-Specific Flake Inputs
|
||||
# # --- Powercord
|
||||
powercord-setup.url = "path:./subflakes/powercord";
|
||||
powercord-setup.url = "path:/etc/nixos/subflakes/powercord";
|
||||
powercord-setup.inputs.nixpkgs.follows = "latest";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue