diff options
| author | Baitinq <[email protected]> | 2022-08-28 17:51:52 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-08-28 17:51:52 +0200 |
| commit | d45b5bef2f5a316e8502b61a387c3bb40d8620a5 (patch) | |
| tree | 7c4b50bada5a1d057f2193ba5179ba8aa005c483 | |
| parent | Update (diff) | |
| download | nixos-config-d45b5bef2f5a316e8502b61a387c3bb40d8620a5.tar.gz nixos-config-d45b5bef2f5a316e8502b61a387c3bb40d8620a5.tar.bz2 nixos-config-d45b5bef2f5a316e8502b61a387c3bb40d8620a5.zip | |
Remove idea-community package
| -rw-r--r-- | hosts/luna/home.nix | 1 | ||||
| -rw-r--r-- | hosts/phobos/home.nix | 1 | ||||
| -rw-r--r-- | hosts/vm/home.nix | 1 |
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; [ ]); |