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; }) ]; };