From 9a72c9f2b7e7c840ec037ba38e9e9807e483fa66 Mon Sep 17 00:00:00 2001 From: Tasia Iso Date: Mon, 10 Jun 2024 20:58:02 +0200 Subject: [PATCH] e --- hosts/stuff/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/stuff/configuration.nix b/hosts/stuff/configuration.nix index 23493ac..85a6134 100644 --- a/hosts/stuff/configuration.nix +++ b/hosts/stuff/configuration.nix @@ -47,6 +47,7 @@ in { environment.systemPackages = with pkgs; [ # Additional system packages here zoxide + telegram-desktop ]; services.displayManager.autoLogin.user = "user";