fixes
This commit is contained in:
parent
a75c7e105c
commit
f87e16b108
5 changed files with 25 additions and 51 deletions
|
|
@ -16,7 +16,7 @@
|
|||
includes = [
|
||||
{path = "${config.home.homeDirectory}/nix/.secrets/.git-config";}
|
||||
];
|
||||
extraConfig = {
|
||||
settings = {
|
||||
credential.helper = "store --file=${config.home.homeDirectory}/nix/.secrets/.git-credentials";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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