zastąpienie kitty przez warp, zainstalowanie freetube, próba instalacji klienta minecraft.

This commit is contained in:
installer
2025-05-20 15:42:41 +02:00
parent 9a01abb83b
commit f4e6ec8144
13 changed files with 124 additions and 42 deletions

View File

@@ -61,4 +61,10 @@
ZANEYOS = "true";
};
};
nixpkgs.overlays = [
(self: super: {
crystal-launcher = super.callPackage ../../../packages/crystal-launcher.nix {};
})
];
}

View File

@@ -12,5 +12,6 @@
docker-client
anki-bin
onlyoffice-bin
freetube
];
}

View File

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

View File

@@ -5,5 +5,6 @@
wineWowPackages.waylandFull # wine64
lutris
space-cadet-pinball
crystal-launcher
];
}

View File

@@ -13,7 +13,5 @@
# lazygit
docker-slim
dex
ulauncher
wmctrl
];
}