Zastąpiono Warp terminal i btop; dodano PrismLauncher-Cracked

- Usunięto Warp terminal z konfiguracji systemu i Hyprland.
- Zmieniono domyślny terminal na `kitty`.
- Zamieniono `btop` na `NeoHtop` w powiązaniach klawiszowych oraz w tty.
- Dodano `exercism` do zestawu narzędzi deweloperskich.
- Dodano `PrismLauncher-Cracked` do sekcji gamingowej oraz odpowiedni input do `flake.nix`.
- Uproszczono zależności w `flake.lock`, usuwając m.in. `flake-compat`, `git-hooks` i `treefmt-nix`.
- Rozszerzono konfigurację SSH o domowy serwer `hp-t640-homeserver`.
This commit is contained in:
installer
2025-07-20 22:00:23 +02:00
parent 6156ce2788
commit e1494d6c26
11 changed files with 116 additions and 148 deletions

View File

@@ -21,9 +21,9 @@ in {
gh.enable = true;
btop = {
enable = false;
};
# btop = {
# enable = false;
# };
kitty = {
enable = true;
@@ -141,5 +141,17 @@ in {
];
};
};
ssh = {
enable = true;
matchBlocks = {
"hp-t640-homeserver" = {
hostname = "192.168.1.156";
user = "garand_plg";
port = 556;
identityFile = "~/.ssh/hp-t640-homeserver";
};
};
};
};
}