Commit 09d1e98

HPCesia <me@hpcesia.com>
2025-06-08 20:47:35
feat(app): move some packages to tui module
packages: starship, yazi, lazygit
1 parent 33d7a22
Changed files (5)
home/base/core/core.nix
@@ -8,7 +8,6 @@
 
     yq-go # yaml processor https://github.com/mikefarah/yq
     delta # A viewer for git and diff output
-    lazygit # Git terminal UI.
   ];
 
   programs = {
home/base/core/starship/default.nix โ†’ home/base/tui/starship/default.nix
File renamed without changes
home/base/core/starship/starship.toml โ†’ home/base/tui/starship/starship.toml
File renamed without changes
home/base/tui/lazygit.nix
@@ -0,0 +1,7 @@
+{...}: {
+  catppuccin.lazygit.enable = true;
+
+  programs.lazygit = {
+    enable = true;
+  };
+}
home/base/core/yazi.nix โ†’ home/base/tui/yazi.nix
@@ -1,4 +1,4 @@
-{pkgs, ...}: {
+{...}: {
   catppuccin.yazi.enable = true;
 
   programs.yazi = {