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