Добавил доп пакеты, переделал окно запроса пароля

This commit is contained in:
2025-07-26 20:46:43 +10:00
parent a2f06e636c
commit 2c603cdeb4
2 changed files with 12 additions and 4 deletions

View File

@ -1,2 +1 @@
# arch-configs # arch-configs

View File

@ -24,11 +24,18 @@
"type": "iso" "type": "iso"
}, },
"ntp": true, "ntp": true,
"packages": [], "packages": [
"kitty",
"neovim",
"xdg-utils",
"xdg-desktop-portal-hyprland",
"rofi",
"thunar"
],
"parallel_downloads": 0, "parallel_downloads": 0,
"profile_config": { "profile_config": {
"gfx_driver": "Nvidia (open-source nouveau driver)", "gfx_driver": "Nvidia (open-source nouveau driver)",
"greeter": "gdm", "greeter": "greetd",
"profile": { "profile": {
"custom_settings": { "custom_settings": {
"Hyprland": { "Hyprland": {
@ -41,7 +48,9 @@
"main": "Desktop" "main": "Desktop"
} }
}, },
"services": [], "services": [
"NetworkManager"
],
"swap": true, "swap": true,
"timezone": "Asia/Vladivostok", "timezone": "Asia/Vladivostok",
"version": null "version": null