fixes
This commit is contained in:
parent
a75c7e105c
commit
f87e16b108
5 changed files with 25 additions and 51 deletions
|
|
@ -1,3 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = [pkgs.thorium];
|
||||
xdg.dataFile = {
|
||||
"icons/hicolor" = {
|
||||
source = "${pkgs.thorium}/share/icons/hicolor";
|
||||
recursive = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue