mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
chore: fix lint
This commit is contained in:
parent
94194bf902
commit
b02ef14ef1
17 changed files with 46 additions and 48 deletions
|
|
@ -1,5 +1,4 @@
|
|||
{pkgsUnstable, ...}:
|
||||
let
|
||||
{pkgsUnstable, ...}: let
|
||||
pycharmPkg = pkgsUnstable.jetbrains.pycharm-professional.override {
|
||||
# -Dide.browser.jcef.enabled causes crashes on wayland
|
||||
vmopts = ''
|
||||
|
|
@ -11,7 +10,6 @@ let
|
|||
# pycharmWithPlugins = pkgsUnstable.jetbrains.plugins.addPlugins pycharmPkg [
|
||||
# "github-copilot"
|
||||
# ];
|
||||
|
||||
in {
|
||||
environment.systemPackages = [
|
||||
pycharmPkg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue