mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
nixos/suites: add programs
This commit is contained in:
parent
e0d82441a0
commit
459ce16ac6
@ -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).
|
||||
]));
|
||||
|
||||
|
@ -29,6 +29,7 @@ in
|
||||
# Installing filesystem debugging utilities.
|
||||
environment.systemPackages = with pkgs; [
|
||||
afuse
|
||||
ntfs3g
|
||||
];
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user