feat; move git related packages into respective module
This commit is contained in:
@@ -132,7 +132,6 @@
|
||||
fd
|
||||
ffmpeg-full
|
||||
file
|
||||
gh
|
||||
gimp
|
||||
gnome.gnome-boxes
|
||||
go
|
||||
@@ -144,7 +143,6 @@
|
||||
kdenlive
|
||||
krita
|
||||
blender
|
||||
lazygit
|
||||
libreoffice-fresh
|
||||
mpv
|
||||
nil
|
||||
|
||||
@@ -17,4 +17,9 @@ let githubHelper = "${pkgs.gh}/bin/gh auth git-credential"; in
|
||||
signing.key = "${config.home.homeDirectory}/.ssh/id_ed25519";
|
||||
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
gh
|
||||
lazygit
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user