From c349af60ce68dba4a70fd752bcff51ea597870f5 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sun, 30 Mar 2025 22:59:19 -0400 Subject: [PATCH] fixed evaluation warnings --- users/gaming/systems/bob.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/users/gaming/systems/bob.nix b/users/gaming/systems/bob.nix index 1b26caf..6bbef61 100644 --- a/users/gaming/systems/bob.nix +++ b/users/gaming/systems/bob.nix @@ -1,6 +1,5 @@ { imports = [ ../home/global.nix - ../home/firefox.nix ]; }