diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-05-15 17:29:41 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-05-15 17:29:41 +0200 |
commit | 192a9011142bf2b63fc95193875af7b9a67c9c29 (patch) | |
tree | 73ac1f9f2cfdbfa32b08a3cdf62dd012515ddca0 /hosts | |
parent | Hosts: Add packages (diff) | |
download | nixos-config-192a9011142bf2b63fc95193875af7b9a67c9c29.tar.gz nixos-config-192a9011142bf2b63fc95193875af7b9a67c9c29.tar.bz2 nixos-config-192a9011142bf2b63fc95193875af7b9a67c9c29.zip |
Hosts: Phobos: Add packages
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/phobos/home.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/phobos/home.nix b/hosts/phobos/home.nix index 1d033dd..46e2ab3 100644 --- a/hosts/phobos/home.nix +++ b/hosts/phobos/home.nix @@ -4,6 +4,9 @@ minecraft trackma adl + jetbrains.clion + jetbrains.idea-ultimate + gimp ] ++ (with pkgs.custom; [ ]); |