From 2bcedac1102c4713b4e99ebbd5535b33128ceb4b Mon Sep 17 00:00:00 2001
From: Hendrik Sokolowski <hensoko@gssws.de>
Date: Tue, 3 May 2022 19:20:47 +0200
Subject: [PATCH] Disable autologin

---
 users/hensoko/home.nix | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/users/hensoko/home.nix b/users/hensoko/home.nix
index d4045a9e..08d1e0f1 100644
--- a/users/hensoko/home.nix
+++ b/users/hensoko/home.nix
@@ -9,6 +9,10 @@ in
     ./session-variables.nix
   ];
 
+  services.fwupd.enable = true;
+
+  pub-solar.graphical.autologin.enable = false;
+
   home-manager = pkgs.lib.setAttrByPath [ "users" psCfg.user.name ] {
     xdg.configFile = mkIf psCfg.sway.enable {
       "sway/config.d/10-input-language.conf".source = ./.config/sway/config.d/input-language.conf;