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