Initial commit
This commit is contained in:
commit
b0a95003b7
57 changed files with 1561 additions and 0 deletions
17
home/xdg/default.nix
Normal file
17
home/xdg/default.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{config, pkgs, ...}: {
|
||||
xdg = {
|
||||
enable = true;
|
||||
mimeApps = {
|
||||
enable = true;
|
||||
defaultApplications = {
|
||||
"application/pdf" = ["org.gnome.Evince.desktop"];
|
||||
"image/svg+xml" = ["viewnior.desktop"];
|
||||
"image/jpeg" = ["viewnior.desktop"];
|
||||
"image/png" = ["viewnior.desktop"];
|
||||
"application/yaml" = ["org.x.editor.desktop"];
|
||||
"text/plain" = ["org.x.editor.desktop"];
|
||||
};
|
||||
};
|
||||
userDirs.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue