about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-08-28 17:51:52 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-08-28 17:51:52 +0200
commitde9465fe30c5c9ab6864b7d21185a29f904cf971 (patch)
tree668c240b408d65f325b814e0c6082e03aea68842 /hosts
parentUpdate (diff)
downloadnixos-config-de9465fe30c5c9ab6864b7d21185a29f904cf971.tar.gz
nixos-config-de9465fe30c5c9ab6864b7d21185a29f904cf971.tar.bz2
nixos-config-de9465fe30c5c9ab6864b7d21185a29f904cf971.zip
Remove idea-community package
Diffstat (limited to 'hosts')
-rw-r--r--hosts/luna/home.nix1
-rw-r--r--hosts/phobos/home.nix1
-rw-r--r--hosts/vm/home.nix1
3 files changed, 0 insertions, 3 deletions
diff --git a/hosts/luna/home.nix b/hosts/luna/home.nix
index 8f90ae5..9f485a5 100644
--- a/hosts/luna/home.nix
+++ b/hosts/luna/home.nix
@@ -4,7 +4,6 @@ let
 in
 {
   home.packages = with pkgs; [
-    #jetbrains.idea-community
     xorg.xmodmap
     #calibre
     #kcc
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
   ] ++
diff --git a/hosts/vm/home.nix b/hosts/vm/home.nix
index 3e6c2c3..3b0a1f5 100644
--- a/hosts/vm/home.nix
+++ b/hosts/vm/home.nix
@@ -4,7 +4,6 @@ let
 in
 {
   home.packages = with pkgs; [
-    jetbrains.idea-community
   ] ++
   (with pkgs.custom; [
   ]);