Kate: set kwrite as the default program for text files
This commit is contained in:
parent
f2a3cbdbf6
commit
e67ace042d
1 changed files with 5 additions and 0 deletions
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue