Split out lazygit from home config.
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
inputs.hyprpanel.homeManagerModules.hyprpanel
|
inputs.hyprpanel.homeManagerModules.hyprpanel
|
||||||
|
./programs/lazygit.nix
|
||||||
./programs/rofi.nix
|
./programs/rofi.nix
|
||||||
./services/arrpc.nix
|
./services/arrpc.nix
|
||||||
./services/fluidsynth.nix
|
./services/fluidsynth.nix
|
||||||
@@ -60,8 +61,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.lazygit.enable = true;
|
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userEmail = "jay@zerojay.com";
|
userEmail = "jay@zerojay.com";
|
||||||
|
|||||||
3
nodes/hosts/common/home/jay/programs/lazygit.nix
Normal file
3
nodes/hosts/common/home/jay/programs/lazygit.nix
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{ pkgs, ...}: {
|
||||||
|
programs.lazygit.enable = true;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user