chore: formatted

This commit is contained in:
2025-01-24 11:17:21 -08:00
parent 6a3387b8bd
commit 5c95d29a74
13 changed files with 147 additions and 54 deletions

View File

@@ -1,4 +1,14 @@
{ pkgs, lib, config, ... }: {
imports = [ ./commonPackages.nix ./hm.nix ./i3.nix ./kanata.nix ];
{
pkgs,
lib,
config,
...
}:
{
imports = [
./commonPackages.nix
./hm.nix
./i3.nix
./kanata.nix
];
}