Merge remote-tracking branch 'origin/nixos' into nixos

This commit is contained in:
Moritz Böhme 2023-08-27 19:35:45 +02:00
commit cf6a46d8ae
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
2 changed files with 9 additions and 0 deletions

View file

@ -1,5 +1,6 @@
{ lib
, config
, pkgs
, ...
}:
@ -24,5 +25,9 @@ in
updateResolvConf = true;
};
};
environment.systemPackages = with pkgs; [
jetbrains.pycharm-professional
];
programs.dconf.enable = true;
};
}