Modules/Lazygit: Move lazygit config to module
This commit is contained in:
7
home/modules/lazygit/options.nix
Normal file
7
home/modules/lazygit/options.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
lib,
|
||||
mylib,
|
||||
...
|
||||
}: {
|
||||
enable = lib.mkEnableOption "Enable lazygit";
|
||||
}
|
Reference in New Issue
Block a user