mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 12:40:13 +00:00
pass user as arg
This commit is contained in:
@ -8,5 +8,6 @@
|
||||
xdg.configFile = { "nvim/init.lua".source = ../../nvim.configlink/init.lua; };
|
||||
|
||||
programs.git.extraConfig.core.editor = "nvim";
|
||||
home.sessionVariables = { EDITOR = "nvim"; };
|
||||
|
||||
}
|
||||
|
@ -90,6 +90,8 @@
|
||||
shellInit = "";
|
||||
};
|
||||
|
||||
home.sessionVariables = { fish_greeting = ""; };
|
||||
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
|
@ -19,4 +19,9 @@
|
||||
glow
|
||||
];
|
||||
|
||||
home.file = {
|
||||
".rgignore".text = config.ignorePatterns;
|
||||
".fdignore".text = config.ignorePatterns;
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user