mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
fixed dir
This commit is contained in:
parent
2ffa9fb046
commit
21a64fd68d
6 changed files with 4 additions and 9 deletions
|
|
@ -8,7 +8,6 @@ userConfigs = rec {
|
|||
name = "bryan";
|
||||
email = "bryan@ramos.codes";
|
||||
shell = pkgs.bash;
|
||||
nixosDir = /etc/nixos; # PATH to this repo
|
||||
|
||||
# Image name from ~Pictures/wallpapers directory
|
||||
wallpaper = "mountains.jpg";
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ in
|
|||
};
|
||||
merge = { tool = "vimdiff"; };
|
||||
safe = {
|
||||
directory = "${config.user.nixosDir}";
|
||||
directory = "/etc/nixos";
|
||||
};
|
||||
};
|
||||
ignores = [
|
||||
|
|
|
|||
|
|
@ -29,10 +29,6 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
programs.git.ignores = [
|
||||
".direnv"
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
DIRENV_LOG_FORMAT = " ";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue