Move yazi and gitui to home-manager

This commit is contained in:
2026-07-07 23:38:33 +01:00
parent 4c1158f9b7
commit 95936a2e88
5 changed files with 79 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
{ ... }:
{
programs.gitui = {
enable = true;
theme = ./theme.ron;
};
}