config/powercord: use bindmount instead of symlink
This commit is contained in:
parent
fec66eeb42
commit
861cb45d45
1 changed files with 9 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, ... }: {
|
||||
{ config, main, ... }: {
|
||||
xdg.configFile = {
|
||||
"qtile".source = ./qtile;
|
||||
|
||||
|
@ -10,7 +10,14 @@
|
|||
};
|
||||
|
||||
"blugon".source = ./blugon;
|
||||
};
|
||||
|
||||
"powercord".source = ./powercord;
|
||||
home.bindmounts."${main.bud.localFlakeClone}/users/infinidoge/config" = {
|
||||
directories = [
|
||||
{
|
||||
source = "powercord";
|
||||
target = ".config/powercord";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue