From b7eb406305bf221dcf85a3ed937ff0d2fd32f012 Mon Sep 17 00:00:00 2001 From: Leander Scherer Date: Mon, 16 Mar 2026 21:51:43 +0100 Subject: feat(adam): minor changes, import sunshine --- modules/hosts/adam/configuration.nix | 1 - modules/hosts/adam/flake-parts.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/hosts') diff --git a/modules/hosts/adam/configuration.nix b/modules/hosts/adam/configuration.nix index 246fece..c2110d6 100644 --- a/modules/hosts/adam/configuration.nix +++ b/modules/hosts/adam/configuration.nix @@ -45,7 +45,6 @@ # User configuration users.users.schererleander = { isNormalUser = true; - home = "/home/schererleander"; shell = pkgs.zsh; ignoreShellProgramCheck = true; extraGroups = [ diff --git a/modules/hosts/adam/flake-parts.nix b/modules/hosts/adam/flake-parts.nix index 738ec43..c20edd3 100644 --- a/modules/hosts/adam/flake-parts.nix +++ b/modules/hosts/adam/flake-parts.nix @@ -15,6 +15,7 @@ bluetooth mullvad-vpn steam + sunshine wooting ]; }; -- cgit v1.3.1