fix(hypr): keyboard formatting fix

This commit is contained in:
kenji
2026-01-30 20:10:32 -06:00
parent 0bb78842c0
commit b21bcf5e7a
3 changed files with 8 additions and 2 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
{
{pkgs, ...}: {
imports = [
../../apps/btop
../../apps/anki
@@ -12,4 +12,7 @@
../../apps/ttyper
../../apps/libreoffice
];
home.packages = with pkgs; [
chromium
];
}