Update NixOS config.

This commit is contained in:
Elias Gasparis 2024-11-22 21:39:05 +08:00
parent a897203ac2
commit ea15b5d431
2 changed files with 0 additions and 4 deletions

View file

@ -103,9 +103,6 @@
# Install Firefox. # Install Firefox.
programs.firefox.enable = true; programs.firefox.enable = true;
# Install KDE Connect
programs.kdeconnect.enable = true;
# Allow unfree packages # Allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;

View file

@ -1,7 +1,6 @@
{ config, pkgs, lib, ... }: { config, pkgs, lib, ... }:
{ {
# Auto unlock gnome keyring # Auto unlock gnome keyring
services.gnome.gnome-keyring.enable = true; services.gnome.gnome-keyring.enable = true;
security.pam.services.sddm.enableGnomeKeyring = true; security.pam.services.sddm.enableGnomeKeyring = true;