mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
nixos/suites: add programs
This commit is contained in:
parent
e0d82441a0
commit
459ce16ac6
@ -72,6 +72,7 @@ in {
|
|||||||
bandwhich # Sniffing your packets.
|
bandwhich # Sniffing your packets.
|
||||||
cachix # Compile no more by using someone's binary cache!
|
cachix # Compile no more by using someone's binary cache!
|
||||||
direnv # The power of local development environment.
|
direnv # The power of local development environment.
|
||||||
|
difftastic # Cracked version of diff.
|
||||||
lazygit # Git interface for the lazy.
|
lazygit # Git interface for the lazy.
|
||||||
lazydocker # Git interface for the lazy.
|
lazydocker # Git interface for the lazy.
|
||||||
fd # Oh nice, a more reliable `find`.
|
fd # Oh nice, a more reliable `find`.
|
||||||
@ -90,7 +91,7 @@ in {
|
|||||||
++ (lib.optionals config.programs.git.enable (with pkgs; [
|
++ (lib.optionals config.programs.git.enable (with pkgs; [
|
||||||
tea # Make some Tea...
|
tea # Make some Tea...
|
||||||
hut # ...in the Hut...
|
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).
|
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.
|
# Installing filesystem debugging utilities.
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
afuse
|
afuse
|
||||||
|
ntfs3g
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user