From 7c91c2f2bd61efe340b99e0434e91d2f7c291935 Mon Sep 17 00:00:00 2001 From: Jessica Canady Date: Sat, 22 Jul 2023 14:59:57 -0400 Subject: [PATCH] Add caffeine extension. --- users/phoenix/user.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/users/phoenix/user.nix b/users/phoenix/user.nix index 54e7c65..797d649 100644 --- a/users/phoenix/user.nix +++ b/users/phoenix/user.nix @@ -12,4 +12,9 @@ initialPassword = "password"; shell = pkgs.fish; }; + + environment.systemPackages = with pkgs; [ + gnomeExtensions.caffeine + ]; + }