summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-07-26 15:42:28 -0700
committerElizabeth Hunt <me@liz.coffee>2025-07-26 15:42:28 -0700
commit37834d615c0e6e6a9e55d379d3331fb58c9f2fd3 (patch)
treecbd439f2e9c99d73b02ab3acdb944fa03016a57e
parentd41dcde0556c425a959961c47db7aa1044182a84 (diff)
downloadarchinstall-37834d615c0e6e6a9e55d379d3331fb58c9f2fd3.tar.gz
archinstall-37834d615c0e6e6a9e55d379d3331fb58c9f2fd3.zip
Adds pam stuff
-rw-r--r--fs/etc/pam.d/login9
-rw-r--r--user_configuration.json33
2 files changed, 38 insertions, 4 deletions
diff --git a/fs/etc/pam.d/login b/fs/etc/pam.d/login
new file mode 100644
index 0000000..148de0b
--- /dev/null
+++ b/fs/etc/pam.d/login
@@ -0,0 +1,9 @@
+#%PAM-1.0
+
+auth required pam_securetty.so
+auth requisite pam_nologin.so
+auth include system-local-login
+auth optional pam_gnome_keyring.so
+account include system-local-login
+session include system-local-login
+session optional pam_gnome_keyring.so auto_start
diff --git a/user_configuration.json b/user_configuration.json
index 7977fe3..222e171 100644
--- a/user_configuration.json
+++ b/user_configuration.json
@@ -51,6 +51,7 @@
},
"ntp": true,
"packages": [
+ "alacritty",
"ansible",
"ansible-core",
"ansible-language-server",
@@ -58,10 +59,12 @@
"base-devel",
"betterdiscordctl",
"bibata-cursor-theme-bin",
+ "bind",
"bitwarden-cli",
"bitwarden",
"bluez",
"bluez-utils",
+ "brightnessctl",
"cinny-desktop-bin",
"dconf-editor",
"breeze-plymouth",
@@ -74,31 +77,43 @@
"git",
"gnome-keyring",
"graphite-grub-theme",
+ "gruvbox-material-gtk-theme-git",
"kanidm-unixd-clients",
+ "kguiaddons",
+ "lemurs",
"libmpeg2",
- "librewolf-bin",
"mpv",
"neovim",
+ "network-manager-applet",
"noto-fonts",
"noto-fonts-emoji",
"nvidia-open",
"nvidia-utils",
+ "nwg-look",
"obs-studio",
+ "otf-font-awesome",
"openssh",
"pandoc-cli",
"pavucontrol",
+ "pcmanfm",
+ "pinentry",
+ "playerctl",
"polkit",
"polkit-kde-agent",
+ "poweralertd",
+ "qt5-wayland",
"reflector",
"rust",
- "sddm",
"sshfs",
"starship",
+ "stow",
"sudo",
"swayfx",
"swaybg",
"swayidle",
"swaylock",
+ "swww",
+ "tailscale",
"texlive-basic",
"texlive-latex",
"texlive-mathscience",
@@ -110,12 +125,19 @@
"ttf-iawriter-nerd",
"ttf-ibmplex-mono-nerd",
"ttf-lilex-nerd",
+ "ttf-lekton-nerd",
"ttf-mononoki-nerd",
"ttf-nerd-fonts-symbols",
"ttf-space-mono-nerd",
"tmux",
+ "unzip",
+ "vulkan-devel",
+ "vulkan-mesa-layers",
+ "vulkan-radeon",
+ "volumectl",
"waybar",
- "wezterm",
+ "wl-clipboard",
+ "wofi",
"x264",
"x265",
"xdg-desktop-portal-gtk",
@@ -127,7 +149,9 @@
"xvidcore",
"yay-bin",
"zed",
+ "zen-browser-bin",
"zathura",
+ "zip",
"zoxide",
"zsh",
"zsh-autocomplete",
@@ -145,7 +169,8 @@
"reflector",
"polkit",
"kanidm-unixd",
- "kanidm-unixd-tasks"
+ "kanidm-unixd-tasks",
+ "lemurs"
],
"swap": true,
"timezone": "US/Pacific",