diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-10 00:33:56 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-10 00:33:56 +0200 |
commit | 10adc18f88f1143f4e17cef957162882ce8ab5b8 (patch) | |
tree | 6b2d7eacecc988cf2e39384533cf7bb41a3cf0a1 /hosts | |
parent | Network: Created main_wifi and portable_wifi network configs (diff) | |
download | nixos-config-10adc18f88f1143f4e17cef957162882ce8ab5b8.tar.gz nixos-config-10adc18f88f1143f4e17cef957162882ce8ab5b8.tar.bz2 nixos-config-10adc18f88f1143f4e17cef957162882ce8ab5b8.zip |
Remove qtcreator user package
Diffstat (limited to 'hosts')
-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 c4ca306..4abd6cf 100644 --- a/hosts/luna/home.nix +++ b/hosts/luna/home.nix @@ -7,7 +7,6 @@ in jetbrains.idea-community xorg.xmodmap calibre - qtcreator kcc ] ++ (with pkgs.custom; [ diff --git a/hosts/phobos/home.nix b/hosts/phobos/home.nix index 5ad1cdd..8ab2d90 100644 --- a/hosts/phobos/home.nix +++ b/hosts/phobos/home.nix @@ -7,7 +7,6 @@ in minecraft jetbrains.idea-community calibre - qtcreator kcc ] ++ (with pkgs.custom; [ diff --git a/hosts/vm/home.nix b/hosts/vm/home.nix index 3fb6e57..3e6c2c3 100644 --- a/hosts/vm/home.nix +++ b/hosts/vm/home.nix @@ -5,7 +5,6 @@ in { home.packages = with pkgs; [ jetbrains.idea-community - qtcreator ] ++ (with pkgs.custom; [ ]); |