Commit 09d1e98
Changed files (5)
home
base
core
tui
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 = {