formated using alejandra
This commit is contained in:
parent
88a48b895c
commit
4b1114a616
92 changed files with 1377 additions and 1156 deletions
|
|
@ -1,5 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.topgrade = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
@ -23,7 +26,7 @@
|
|||
set_title = false;
|
||||
cleanup = true;
|
||||
#commands = {
|
||||
#"Run garbage collection on Nix store" = "nix-collect-garbage";
|
||||
#"Run garbage collection on Nix store" = "nix-collect-garbage";
|
||||
#};
|
||||
};
|
||||
git = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue