···229229 shellAliases.pq = "pueue";
230230 };
231231 };
232232-233233- # htop has some nastly problem that is saves a new config when you change by which column to sort
234234- # this workaround will always overwrite any changes made by the running system
235235- xdg.configFile = lib.mkIf (config.programs.htop.settings != {}) {"htop/htoprc".force = true;};
236232 };
237233}