refactor: remove powercord

This commit is contained in:
Infinidoge 2022-10-04 15:00:21 -04:00
parent a0e12f59f6
commit e458580d1d
46 changed files with 2 additions and 6161 deletions

View file

@ -72,14 +72,4 @@ with lib;
"blugon".source = ./blugon;
};
home.bindmounts."${main.dotfiles.dir}/users/infinidoge/config" = mkIf main.info.graphical {
allowOther = true;
directories = [
{
source = "powercord";
target = ".config/powercord";
}
];
};
}