system: Update

This commit is contained in:
2024-12-26 19:10:27 +03:00
parent f76b88cf4b
commit f6950c7e78
2 changed files with 159 additions and 117 deletions
+4 -4
View File
@@ -1,10 +1,10 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
{ pkgs, pkgs-stable, ... }: {
home.packages = with pkgs-stable; [
vscode
jetbrains.pycharm-community
jetbrains.idea-community
android-studio
] ++ ( with pkgs; [
cmake
gnumake
nodejs
@@ -13,5 +13,5 @@
rocmPackages.llvm.clang-tools-extra
rocmPackages.llvm.clang
ncurses
];
]);
}