configure xdg mimes

This commit is contained in:
LavaDesu 2021-05-27 12:54:33 +07:00
parent 114bbe8abf
commit 1661cecccc
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 32 additions and 6 deletions

View file

@ -25,6 +25,7 @@
imports = [
./gtk.nix
./xdg.nix
./alacritty.nix
./neovim.nix
@ -39,12 +40,6 @@
./i3.nix
];
xdg = {
enable = true;
mime.enable = true;
mimeApps.enable = true;
};
programs = {
feh.enable = true;