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
];
}

View File

@@ -60,7 +60,6 @@ in {
if [ -f $HOME/.bashrc-personal ]; then
source $HOME/.bashrc-personal
fi
fc
'';
shellAliases = {
os-sw = "sudo nixos-rebuild switch --flake ~/zaneyos";

View File

@@ -1,16 +1,12 @@
{
# Git Configuration ( For Pulling Software Repos )
gitUsername = "GarandPLG";
gitEmail = "garandplg@garandplg.com";
# Hyprland Settings
extraMonitorSettings = "";
# Waybar Settings
clock24h = true;
# Program Options
browser = "librewolf"; # Set Default Browser (google-chrome-stable for google-chrome)
terminal = "kitty"; # Set Default System Terminal
browser = "librewolf";
terminal = "warp-terminal";
keyboardLayout = "pl";
}