1

feat; move git related packages into respective module

This commit is contained in:
Himadri Bhattacharjee
2024-06-02 08:15:09 +05:30
parent 42afdb64db
commit a9fc0ab364
2 changed files with 5 additions and 2 deletions

View File

@@ -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

View File

@@ -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
];
}