diff options
| author | Baitinq <[email protected]> | 2022-06-17 19:09:27 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-17 19:09:27 +0200 |
| commit | 07fc1999fc9963b7d31ce3a0f7e65112767ead23 (patch) | |
| tree | 0b3e5b274f24d189fa8ca7bfa8d833f05252b4e0 /hosts/phobos/home.nix | |
| download | nixos-config-07fc1999fc9963b7d31ce3a0f7e65112767ead23.tar.gz nixos-config-07fc1999fc9963b7d31ce3a0f7e65112767ead23.tar.bz2 nixos-config-07fc1999fc9963b7d31ce3a0f7e65112767ead23.zip | |
Initial commit
Diffstat (limited to 'hosts/phobos/home.nix')
| -rw-r--r-- | hosts/phobos/home.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hosts/phobos/home.nix b/hosts/phobos/home.nix new file mode 100644 index 0000000..2cb65eb --- /dev/null +++ b/hosts/phobos/home.nix @@ -0,0 +1,9 @@ +{ config, lib, pkgs, inputs, user, hostname, secrets, ... }: +{ + home.packages = with pkgs; [ + (minecraft.override { jre = pkgs.jdk8; }) + jetbrains.idea-community + calibre + qtcreator + ]; +} |