With cursor

This commit is contained in:
2024-08-31 17:03:08 +00:00
parent 10b8f61d27
commit 701e8d7d82
4 changed files with 37 additions and 32 deletions

View File

@@ -11,6 +11,7 @@
android-studio
linuxPackages_latest.perf
zenmonitor
code-cursor
];
hardware.enableRedistributableFirmware = true;

View File

@@ -23,6 +23,10 @@
};
};
environment.systemPackages = with pkgs; [
code-cursor
];
nixpkgs.config.permittedInsecurePackages = [
"openssl-1.0.2u"
"electron-12.2.3"