use rfc-style formatter

This commit is contained in:
cy 2024-12-19 02:32:58 -05:00
parent 993b457e0b
commit f57ed53bc5
30 changed files with 324 additions and 176 deletions

View file

@ -5,7 +5,8 @@
inputs,
outputs,
...
}: {
}:
{
imports = [
./common.nix
];

View file

@ -1,4 +1,5 @@
{...}: {
{ ... }:
{
imports = [
../tmux.nix
../zsh

View file

@ -2,7 +2,8 @@
pkgs,
inputs,
...
}: {
}:
{
imports = [
./common.nix
../foot.nix