Disable mime augmentation on halley-tower
This commit is contained in:
parent
f61416748a
commit
ffcc0b7f43
3
home.nix
3
home.nix
|
@ -37,6 +37,9 @@ in
|
||||||
# env vars
|
# env vars
|
||||||
home.sessionVariables = {};
|
home.sessionVariables = {};
|
||||||
|
|
||||||
|
# don't install xdg info:
|
||||||
|
xdg.mime.enable = false;
|
||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue