about summary refs log tree commit diff
path: root/hosts/vm/home.nix
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-07-10 00:33:56 +0200
committerBaitinq <[email protected]>2022-07-10 00:33:56 +0200
commit2081443cdcd788f5eea9c9273d54f5d1bf18e56d (patch)
tree46bc29a42bf95186c5c15d0e450469b44168bae4 /hosts/vm/home.nix
parentNetwork: Created main_wifi and portable_wifi network configs (diff)
downloadnixos-config-2081443cdcd788f5eea9c9273d54f5d1bf18e56d.tar.gz
nixos-config-2081443cdcd788f5eea9c9273d54f5d1bf18e56d.tar.bz2
nixos-config-2081443cdcd788f5eea9c9273d54f5d1bf18e56d.zip
Remove qtcreator user package
Diffstat (limited to 'hosts/vm/home.nix')
-rw-r--r--hosts/vm/home.nix1
1 files changed, 0 insertions, 1 deletions
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; [
   ]);