From 81ebab006f539eb2ad3583ae608028cc5e06c2ef Mon Sep 17 00:00:00 2001 From: sadan <117494111+sadan4@users.noreply.github.com> Date: Fri, 6 Sep 2024 16:25:26 -0400 Subject: [PATCH] 224 current 2024-09-06 16:25:17 24.11.20240831.12228ff 6.11.0-rc5 * --- common/pkgs.nix | 1 + flake.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/common/pkgs.nix b/common/pkgs.nix index 981cc52..97a0494 100644 --- a/common/pkgs.nix +++ b/common/pkgs.nix @@ -37,6 +37,7 @@ in nodejs_22 ]; gui = with pkgs;[ + warp-terminal gnome.gnome-calculator libsForQt5.kcolorchooser python312Packages.openai-whisper diff --git a/flake.nix b/flake.nix index 2a15684..61798f0 100644 --- a/flake.nix +++ b/flake.nix @@ -30,7 +30,6 @@ ({ pkgs, modulesPath, ... }: { imports = [ (modulesPath + "/installer/cd-dvd/installation-cd-minimal.nix") ]; boot.kernelPackages = pkgs.linuxPackages_testing; - nixpkgs.config.allowBroken = true; }) ]; };