mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 06:33:56 -05:00
home/defaultapps: fix typo in file manager associations
This commit is contained in:
parent
2220b347bd
commit
47aaefdae1
|
@ -191,7 +191,7 @@
|
|||
]
|
||||
(_: ["defaultEditor.desktop"]);
|
||||
|
||||
folderTypes = {"inode/directory" = "defaultFIleManager.desktop";};
|
||||
folderTypes = {"inode/directory" = "defaultFileManager.desktop";};
|
||||
|
||||
imageTypes =
|
||||
lib.genAttrs [
|
||||
|
|
Loading…
Reference in a new issue