Move dev tools to a dedicated file
This commit is contained in:
parent
52f2d25300
commit
1bf3431b47
4 changed files with 16 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue