Update flake lock, switch back to Zen kernel, enable lazygit properly

This commit is contained in:
Jimbo 2024-11-21 20:00:29 -05:00
parent 3b524a882e
commit 87c2558155
4 changed files with 19 additions and 15 deletions

View file

@ -1,10 +1,10 @@
{ pkgs, config, ... }:
{
imports = [ ./lazygit ];
programs.git = {
enable = true;
userName = "Jimbo";
userEmail = "jimbo@${config.domains.jim2}";
};
home.packages = with pkgs; [ lazygit ];
}

View file

@ -0,0 +1,4 @@
{ ... }:
{
programs.lazygit.enable = true;
}