From 512483106110b5f9209bb03238d44b991fe15d22 Mon Sep 17 00:00:00 2001 From: adikro Date: Thu, 12 Feb 2026 23:04:24 +0100 Subject: thinkpad configuration finalization --- os/core/greet.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'os/core/greet.nix') diff --git a/os/core/greet.nix b/os/core/greet.nix index 953b017..cf814af 100644 --- a/os/core/greet.nix +++ b/os/core/greet.nix @@ -1,4 +1,9 @@ -{ config, lib, pkgs, ... }: +{ + config, + lib, + pkgs, + ... +}: let cfg = config.os.core.greet; in @@ -24,6 +29,6 @@ in }; security.pam.services.greetd.enableGnomeKeyring = true; - environment.systemPackages = with pkgs; [ tuigreet ]; + # environment.systemPackages = with pkgs; [ tuigreet ]; }; } -- cgit v1.3