Improve Ubuntu config
This commit is contained in:
parent
8b87b06972
commit
b43c58c514
284 changed files with 388 additions and 220 deletions
11
configs/home/dev.nix
Normal file
11
configs/home/dev.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
home.packages = with pkgs; [
|
||||
jdk11
|
||||
jetbrains.idea-ultimate
|
||||
maven
|
||||
sbt
|
||||
geckodriver
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue