nixos/suites: add programs

This commit is contained in:
Gabriel Arazas 2024-08-25 19:12:09 +08:00
parent e0d82441a0
commit 459ce16ac6
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360
2 changed files with 3 additions and 1 deletions

View File

@ -72,6 +72,7 @@ in {
bandwhich # Sniffing your packets.
cachix # Compile no more by using someone's binary cache!
direnv # The power of local development environment.
difftastic # Cracked version of diff.
lazygit # Git interface for the lazy.
lazydocker # Git interface for the lazy.
fd # Oh nice, a more reliable `find`.
@ -90,7 +91,7 @@ in {
++ (lib.optionals config.programs.git.enable (with pkgs; [
tea # Make some Tea...
hut # ...in the Hut...
github-cli # ...in the GitHub CLI.
github-cli # ...in the Git Hub...
git-filter-repo # History is written by the victors (and force-pushers which are surely not victors).
]));

View File

@ -29,6 +29,7 @@ in
# Installing filesystem debugging utilities.
environment.systemPackages = with pkgs; [
afuse
ntfs3g
];
})