configure xdg mimes
This commit is contained in:
parent
114bbe8abf
commit
1661cecccc
2 changed files with 32 additions and 6 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue