Move dev tools to a dedicated file

This commit is contained in:
Paul-Henri Froidmont 2020-03-16 15:01:59 +01:00
parent 52f2d25300
commit 1bf3431b47
4 changed files with 16 additions and 5 deletions

View file

@ -1,13 +1,12 @@
{ config, lib, pkgs, ... }:
{
nixpkgs.config.allowUnfree = true;
nixpkgs.config.packageOverrides = pkgs: {
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
inherit pkgs;
};
};
home.packages = with pkgs; [
jetbrains.idea-ultimate
keepassxc
krita
riot-desktop