From 7700c17bade3281dae99dd6811448f63378206be Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Tue, 31 Oct 2023 13:40:11 +0000 Subject: [PATCH] feat(alex): enable gnome calls --- hosts/alex/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/alex/configuration.nix b/hosts/alex/configuration.nix index 6945a42..8beb3ec 100644 --- a/hosts/alex/configuration.nix +++ b/hosts/alex/configuration.nix @@ -41,6 +41,7 @@ programs.steam.enable = true; nixpkgs.config.allowUnfree = true; + programs.calls.enable = true; system.stateVersion = "22.11"; }