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
|
wl-update-background
|
||||||
;
|
;
|
||||||
|
|
||||||
|
inherit (inputs.cute-api.packages.${system}) cute-api;
|
||||||
|
|
||||||
# Installer ISO
|
# Installer ISO
|
||||||
install-iso = inputs.nixos-generators.nixosGenerate {
|
install-iso = inputs.nixos-generators.nixosGenerate {
|
||||||
inherit system;
|
inherit system;
|
||||||
|
|
|
||||||
|
|
@ -141,6 +141,9 @@ in
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
delta.enable = true;
|
delta.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
git-cliff.enable = true;
|
||||||
|
|
||||||
bash.shellAliases = shellAliases;
|
bash.shellAliases = shellAliases;
|
||||||
zsh.shellAliases = shellAliases;
|
zsh.shellAliases = shellAliases;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
./git.nix
|
||||||
./automatic-garbage-collection.nix
|
./automatic-garbage-collection.nix
|
||||||
./btrfs-scrub.nix
|
./btrfs-scrub.nix
|
||||||
./distributed.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