added unfree, removed intellij
This commit is contained in:
parent
f3c052d597
commit
2cfc81ac83
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user