230 current 2025-06-13 02:20:57 25.11.20250607.3e3afe5 6.15.1 *

This commit is contained in:
2025-06-13 02:21:16 -04:00
parent c7bb70d901
commit ce888c4527
6 changed files with 81 additions and 73 deletions

View File

@@ -1,5 +1,6 @@
{
config,
lib,
pkgs,
...
}: {
@@ -77,6 +78,13 @@
programs.bat.enable = true;
programs.btop.enable = true;
programs.emacs = {
enable = true;
package = lib.mkDefault pkgs.emacs-nox;
};
programs.fastfetch = {
enable = true;
settings = {
@@ -149,13 +157,10 @@
'';
};
# programs.senpai.enable = true;
# programs.sm64ex.enable = true;
programs.starship = {
enable = true;
enableBashIntegration = true;
enableZshIntegration = true;
settings = {
line_break = {
disabled = true;
@@ -181,6 +186,7 @@
programs.yazi = {
enable = true;
enableBashIntegration = true;
enableZshIntegration = true;
};
programs.yt-dlp = {