Better git
This commit is contained in:
parent
762085707c
commit
d0a6387caf
4 changed files with 9 additions and 0 deletions
|
|
@ -161,6 +161,8 @@
|
|||
wl-update-background
|
||||
;
|
||||
|
||||
inherit (inputs.cute-api.packages.${system}) cute-api;
|
||||
|
||||
# Installer ISO
|
||||
install-iso = inputs.nixos-generators.nixosGenerate {
|
||||
inherit system;
|
||||
|
|
|
|||
|
|
@ -141,6 +141,9 @@ in
|
|||
lfs.enable = true;
|
||||
delta.enable = true;
|
||||
};
|
||||
|
||||
git-cliff.enable = true;
|
||||
|
||||
bash.shellAliases = shellAliases;
|
||||
zsh.shellAliases = shellAliases;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./git.nix
|
||||
./automatic-garbage-collection.nix
|
||||
./btrfs-scrub.nix
|
||||
./distributed.nix
|
||||
|
|
|
|||
3
modules/nixos/basics/git.nix
Normal file
3
modules/nixos/basics/git.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
programs.git = { enable = true; lfs.enable = true; };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue