Squash bugs and make aspi config work

This commit is contained in:
2025-04-23 09:59:02 +02:00
parent 532bbe8675
commit 7db055ca27
27 changed files with 163 additions and 152 deletions

View File

@@ -1,5 +1,4 @@
{
config,
...
}:
{
@@ -24,6 +23,8 @@
];
config.terminal = "kitty"; # TODO: only terminal = ???
hostName = "aspi";
is-nixos = true;
terminal = "kitty"; # TODO: only terminal = ???
}