mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 00:20:13 +00:00
pass user as arg
This commit is contained in:
@ -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