feat(nixos): add multi-arch support and refactor system configs

- add aarch64-linux to supported systems (flake + pkgs)
- refactor host definitions into tty/desktop/laptop configurations
- introduce sharedModules to reduce duplication
- split system modules into base, gui, and laptop groups
- add headless (tty) configuration

feat(fish): add Ctrl+Delete and Alt+Delete bindings
- Ctrl+Delete → kill-word
- Alt+Delete → kill-token

chore(hosts): remove explicit hostname from aesthetic

chore(services): remove forced disable of speechd
This commit is contained in:
2026-04-14 18:47:19 +02:00
parent cd1d6de848
commit 89022e0d50
9 changed files with 3552 additions and 44 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
systems = ["x86_64-linux"];
systems = ["x86_64-linux" "aarch64-linux"];
perSystem = {pkgs, ...}: {
packages = {