Format nix files

This commit is contained in:
Zeph Levy 2026-01-23 12:04:59 +01:00
parent 45b85d0452
commit f2fd2be328
30 changed files with 329 additions and 231 deletions

View file

@ -1,4 +1,10 @@
{ config, pkgs, lib, ... }: {
{
config,
pkgs,
lib,
...
}:
{
programs.starship = {
enable = true;
@ -109,7 +115,9 @@
format = "[[ $time ](fg:color_fg0 bg:color_bg1)]($style)";
};
line_break = { disabled = false; };
line_break = {
disabled = false;
};
character = {
disabled = false;
@ -123,5 +131,4 @@
};
};
}