system: update

This commit is contained in:
2025-07-22 10:16:26 +03:00
parent 02aef91f3a
commit 46fcef4689
9 changed files with 152 additions and 271 deletions
+2 -4
View File
@@ -1,7 +1,5 @@
{ pkgs-stable, ... }: {
home.packages = with pkgs-stable; [
vscode
jetbrains.pycharm-community
{ pkgs, ... }: {
home.packages = with pkgs; [
jetbrains.idea-community
android-studio
];