fix(home): Force allow unfree pkgs for PhpStorm
This commit is contained in:
parent
1e4014a2c1
commit
1a507c75a0
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ in {
|
|||
options.marleyos.programs.phpstorm.enable = lib.mkEnableOption "phpstorm";
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
# JetBrains products are unfree.
|
||||
nixpkgs.config.allowUnfree = lib.mkForce true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
jetbrains.phpstorm
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue