Keyring setup; some general fixes; bash scripts update

This commit is contained in:
Random936
2026-05-07 21:59:20 -04:00
parent 0109b80871
commit 50a1694767
4 changed files with 21 additions and 15 deletions

View File

@@ -51,6 +51,11 @@
#environment.systemPackages = with pkgs; [
#];
# Keyring Setup
services.gnome.gnome-keyring.enable = true;
security.pam.services.login.enableGnomeKeyring = true;
# Install OpenGL
hardware.graphics = {
enable = true;