Changing file structure to prepare for ISO
This commit is contained in:
parent
635a37bac0
commit
4122a52949
12 changed files with 37 additions and 22 deletions
|
|
@ -1,31 +0,0 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
# Git config
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Lyes Saadi";
|
||||
userEmail = "dev@lyes.eu";
|
||||
signing = {
|
||||
key = "17418538BAA17767";
|
||||
signByDefault = true;
|
||||
};
|
||||
extraConfig = {
|
||||
code.editor = "nvim";
|
||||
merge.tool = "nvim";
|
||||
color.ui = true;
|
||||
init.defaultBranch = "main";
|
||||
includeIf = {
|
||||
"gitdir:~/Documents/fedpkg/" = {
|
||||
path = "~/Documents/fedpkg/.gitconfig_include";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Protonup config
|
||||
home.sessionVariables = {
|
||||
STEAM_EXTRA_COMPAT_TOOLS_PATHS =
|
||||
"\${HOME}/.steam/root/compatibilitytools.d";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue