Kate: set kwrite as the default program for text files

This commit is contained in:
Toast 2023-10-05 12:53:54 +02:00
parent f2a3cbdbf6
commit e67ace042d

View file

@ -2,4 +2,9 @@
{
environment.systemPackages = [ pkgs.kate ];
# Use kwrite to open text files, and kate if I'm developing stuff
xdg.mime.defaultApplications = {
"text/plain" = "org.kde.kwrite.desktop";
};
}