pkgs: Add Pycharm to chest
This commit is contained in:
parent
6f2c1bed14
commit
bebf7e8b6d
@ -1,9 +1,9 @@
|
||||
{ pkgs, ... }: {
|
||||
{ pkgs, pkgs-stable, ... }: {
|
||||
imports = [
|
||||
../../modules/bundle.nix
|
||||
|
||||
../../packages/desktop.nix
|
||||
../../packages/art.nix
|
||||
../../packages/desktop.nix
|
||||
|
||||
./modules/git.nix
|
||||
./modules/hyprland.nix
|
||||
@ -19,6 +19,8 @@
|
||||
|
||||
packages = with pkgs; [
|
||||
nautilus
|
||||
];
|
||||
] ++ (with pkgs-stable; [
|
||||
jetbrains.pycharm-community
|
||||
]);
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user