refactored
for 26.05
This commit is contained in:
parent
e92d8e6616
commit
075cb86d40
34 changed files with 435 additions and 345 deletions
|
|
@ -1,9 +1,3 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = [pkgs.thorium];
|
||||
xdg.dataFile = {
|
||||
"icons/hicolor" = {
|
||||
source = "${pkgs.thorium}/share/icons/hicolor";
|
||||
recursive = true;
|
||||
};
|
||||
};
|
||||
home.packages = with pkgs; [thorium];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue