pass user as arg

This commit is contained in:
Noah Masur
2022-04-28 20:46:00 -04:00
parent eadec0c699
commit 71e4cc2f5a
6 changed files with 17 additions and 15 deletions

View File

@ -8,5 +8,6 @@
xdg.configFile = { "nvim/init.lua".source = ../../nvim.configlink/init.lua; };
programs.git.extraConfig.core.editor = "nvim";
home.sessionVariables = { EDITOR = "nvim"; };
}

View File

@ -90,6 +90,8 @@
shellInit = "";
};
home.sessionVariables = { fish_greeting = ""; };
programs.starship = {
enable = true;
enableFishIntegration = true;

View File

@ -19,4 +19,9 @@
glow
];
home.file = {
".rgignore".text = config.ignorePatterns;
".fdignore".text = config.ignorePatterns;
};
}