diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-08-28 17:51:52 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-08-28 17:51:52 +0200 |
commit | de9465fe30c5c9ab6864b7d21185a29f904cf971 (patch) | |
tree | 668c240b408d65f325b814e0c6082e03aea68842 /hosts/phobos/home.nix | |
parent | Update (diff) | |
download | nixos-config-de9465fe30c5c9ab6864b7d21185a29f904cf971.tar.gz nixos-config-de9465fe30c5c9ab6864b7d21185a29f904cf971.tar.bz2 nixos-config-de9465fe30c5c9ab6864b7d21185a29f904cf971.zip |
Remove idea-community package
Diffstat (limited to '')
-rw-r--r-- | hosts/phobos/home.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/phobos/home.nix b/hosts/phobos/home.nix index f424a0b..a168343 100644 --- a/hosts/phobos/home.nix +++ b/hosts/phobos/home.nix @@ -5,7 +5,6 @@ in { home.packages = with pkgs; [ minecraft - jetbrains.idea-community calibre kcc ] ++ |