From 2c603cdeb4bfab0549a095e34019f04b7c318bd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BB=D1=8C=D1=8F?= Date: Sat, 26 Jul 2025 20:46:43 +1000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B4=D0=BE=D0=BF=20=D0=BF=D0=B0=D0=BA=D0=B5=D1=82=D1=8B,=20?= =?UTF-8?q?=D0=BF=D0=B5=D1=80=D0=B5=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB=20=D0=BE?= =?UTF-8?q?=D0=BA=D0=BD=D0=BE=20=D0=B7=D0=B0=D0=BF=D1=80=D0=BE=D1=81=D0=B0?= =?UTF-8?q?=20=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 - archinstall.json | 15 ++++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 93164df..7fd3eb3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1 @@ # arch-configs - diff --git a/archinstall.json b/archinstall.json index 670c76c..6073101 100644 --- a/archinstall.json +++ b/archinstall.json @@ -24,11 +24,18 @@ "type": "iso" }, "ntp": true, - "packages": [], + "packages": [ + "kitty", + "neovim", + "xdg-utils", + "xdg-desktop-portal-hyprland", + "rofi", + "thunar" + ], "parallel_downloads": 0, "profile_config": { "gfx_driver": "Nvidia (open-source nouveau driver)", - "greeter": "gdm", + "greeter": "greetd", "profile": { "custom_settings": { "Hyprland": { @@ -41,7 +48,9 @@ "main": "Desktop" } }, - "services": [], + "services": [ + "NetworkManager" + ], "swap": true, "timezone": "Asia/Vladivostok", "version": null