nixbook: add postman, gofmt, difftastic

This commit is contained in:
tristan 2024-10-24 10:45:15 +01:00
parent 825381f98b
commit a8c80aa3d5
9 changed files with 57 additions and 3 deletions

View file

@ -26,7 +26,7 @@
git fetch origin
''}/bin/bare-clone";
};
delta = {
difftastic = {
enable = true;
};
};

View file

@ -19,6 +19,7 @@ in {
home.packages = [
pkgs.thunderbird
pkgs.remmina
pkgs.postman
(import ../../lib/mkapp.nix "slack" {
inherit pkgs browser;
desktopName = "Slack";