System: Replace mime configuration with system-specific module usage
This commit is contained in:
@ -11,6 +11,18 @@
|
||||
];
|
||||
|
||||
modules = {
|
||||
mime = {
|
||||
enable = true;
|
||||
|
||||
defaultTextEditor = "neovide.desktop";
|
||||
defaultFileBrowser = "yazi.desktop";
|
||||
defaultWebBrowser = "firefox.desktop";
|
||||
defaultPdfViewer = "org.pwmt.zathura.desktop";
|
||||
defaultImageViewer = "imv-dir.desktop";
|
||||
defaultAudioPlayer = "vlc.desktop";
|
||||
defaultVideoPlayer = "vlc.desktop";
|
||||
};
|
||||
|
||||
network = {
|
||||
# Systemd-networkd configs
|
||||
networks = {
|
||||
|
Reference in New Issue
Block a user