Pro audio + fixes
This commit is contained in:
parent
1f49192ab3
commit
6bbfc7cdc0
11 changed files with 181 additions and 37 deletions
|
|
@ -134,4 +134,21 @@ in
|
|||
};
|
||||
xdg.configFile."kak/colors/nord.kak".source = ../configs/kak/colors/nord.kak;
|
||||
xdg.configFile."kak-lsp/kak-lsp.toml".source = ../configs/kak-lsp/kak-lsp.toml;
|
||||
|
||||
xdg.dataFile."applications/kakoune.desktop".source =
|
||||
let
|
||||
desktopItem = pkgs.makeDesktopItem {
|
||||
name = "kakoune";
|
||||
type = "Application";
|
||||
exec = "${kakCmd} %U";
|
||||
icon = "kakoune";
|
||||
desktopName = "Kakoune";
|
||||
comment = "Kakoune text editor";
|
||||
terminal = true;
|
||||
categories = "Development;Office;";
|
||||
mimeType = "text/plain;text/*";
|
||||
};
|
||||
in
|
||||
builtins.toPath "${desktopItem}/share/applications/kakoune.desktop";
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue