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

@@ -1,7 +1,6 @@
# Fundamentalne programy dla systemu
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
warp-terminal
wget
killall
eza

View File

@@ -1,8 +1,14 @@
# Narzędzia do gier
{pkgs, ...}: {
{
pkgs,
inputs,
system,
...
}: {
environment.systemPackages = with pkgs; [
wineWowPackages.waylandFull # wine64
lutris
space-cadet-pinball
inputs.prismlauncher-cracked.packages.${system}.default
];
}

View File

@@ -8,10 +8,11 @@
virt-viewer
libvirt
greetd.tuigreet
galculator
# galculator
lazydocker
# lazygit
docker-slim
dex
exercism
];
}

View File

@@ -10,7 +10,7 @@
sl
fortune
ookla-speedtest
btop
neohtop
toot
];
}