My nixos configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix htop

-4
-4
home/modules/profiles/base/default.nix
··· 229 229 shellAliases.pq = "pueue"; 230 230 }; 231 231 }; 232 - 233 - # htop has some nastly problem that is saves a new config when you change by which column to sort 234 - # this workaround will always overwrite any changes made by the running system 235 - xdg.configFile = lib.mkIf (config.programs.htop.settings != {}) {"htop/htoprc".force = true;}; 236 232 }; 237 233 }