Cleanup and documentation
This commit is contained in:
parent
0556712d59
commit
2351c09b7b
8 changed files with 16 additions and 69 deletions
|
|
@ -23,23 +23,17 @@
|
|||
## Mute login message in terminal
|
||||
file.".hushlogin".text = "";
|
||||
|
||||
sessionVariables = {
|
||||
DIRENV_LOG_FORMAT = "";
|
||||
};
|
||||
## Mute direnv output
|
||||
sessionVariables.DIRENV_LOG_FORMAT = "";
|
||||
|
||||
shellAliases = {
|
||||
"yt" = "yt-dlp";
|
||||
"yta" = "yt-dlp -x";
|
||||
"yt" = "yt-dlp"; # Download video
|
||||
"yta" = "yt-dlp -x"; # Download audio
|
||||
};
|
||||
|
||||
packages = [ inputs.agenix.packages.${pkgs.stdenv.hostPlatform.system}.default ];
|
||||
};
|
||||
|
||||
age = {
|
||||
# identityPaths = [ "~/.ssh/id_ed25519" ];
|
||||
secrets."openai".file = ../secrets/openai.age;
|
||||
};
|
||||
|
||||
xdg = {
|
||||
enable = true;
|
||||
userDirs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue