mirror of
https://github.com/sadan4/dotfiles.git
synced 2024-11-16 23:04:39 -05:00
224 current 2024-09-06 16:25:17 24.11.20240831.12228ff 6.11.0-rc5 *
This commit is contained in:
parent
6514aaea5a
commit
81ebab006f
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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;
|
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue