Update flake lock, switch back to Zen kernel, enable lazygit properly
This commit is contained in:
parent
3b524a882e
commit
87c2558155
4 changed files with 19 additions and 15 deletions
|
@ -1,10 +1,10 @@
|
|||
{ pkgs, config, ... }:
|
||||
{
|
||||
imports = [ ./lazygit ];
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Jimbo";
|
||||
userEmail = "jimbo@${config.domains.jim2}";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [ lazygit ];
|
||||
}
|
||||
|
|
4
modules/home/programs/terminal/git/lazygit/default.nix
Normal file
4
modules/home/programs/terminal/git/lazygit/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.lazygit.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue