added unfree, removed intellij

This commit is contained in:
Giulio De Pasquale 2021-07-01 06:01:08 +01:00
parent f3c052d597
commit 2cfc81ac83

View File

@ -1,10 +1,10 @@
{ config, pkgs, lib, home, ... }: { config, pkgs, lib, home, ... }:
{ {
nixpkgs.config.allowUnfree = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
nixfmt nixfmt
jetbrains.idea-ultimate
jetbrains.jdk
vscode vscode
]; ];