224 current 2024-09-06 16:25:17 24.11.20240831.12228ff 6.11.0-rc5 *

This commit is contained in:
sadan 2024-09-06 16:25:26 -04:00
parent 6514aaea5a
commit 81ebab006f
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

@ -37,6 +37,7 @@ in
nodejs_22 nodejs_22
]; ];
gui = with pkgs;[ gui = with pkgs;[
warp-terminal
gnome.gnome-calculator gnome.gnome-calculator
libsForQt5.kcolorchooser libsForQt5.kcolorchooser
python312Packages.openai-whisper python312Packages.openai-whisper

View file

@ -30,7 +30,6 @@
({ pkgs, modulesPath, ... }: { ({ pkgs, modulesPath, ... }: {
imports = [ (modulesPath + "/installer/cd-dvd/installation-cd-minimal.nix") ]; imports = [ (modulesPath + "/installer/cd-dvd/installation-cd-minimal.nix") ];
boot.kernelPackages = pkgs.linuxPackages_testing; boot.kernelPackages = pkgs.linuxPackages_testing;
nixpkgs.config.allowBroken = true;
}) })
]; ];
}; };