Committed after home build
diff --git a/system/configuration.nix b/system/configuration.nix
index 44355ad..41279a6 100644
--- a/system/configuration.nix
+++ b/system/configuration.nix
@@ -67,6 +67,8 @@
     ];
   };
 
+  programs.waybar.enable = false; # true;
+
   # Get screensharing to work
   xdg = {
     portal = {
diff --git a/users/minion/home.nix b/users/minion/home.nix
index 833f10f..9c8276f 100644
--- a/users/minion/home.nix
+++ b/users/minion/home.nix
@@ -50,15 +50,20 @@
     anytype-latest
     htop
     hue-cli
-    thefuck
     comma
+    gtk-engine-murrine
+    gtk_engines
+    gsettings-desktop-schemas
+    lxappearance
   ];
 
+  programs.qt5ct.enable = true;
+
   programs.zsh = {
     enable = true;
     oh-my-zsh = {
-      enable = true;
-      plugins = [ "git" "thefuck" ];
+       enable = true;
+      plugins = [ "git" ];
       theme = "crunch";
     };
     history = {