current qtile state
This commit is contained in:
parent
412911f17c
commit
39a732d893
6 changed files with 61 additions and 75 deletions
|
@ -53,6 +53,11 @@ in {
|
|||
|
||||
kooha
|
||||
|
||||
onlyoffice-bin
|
||||
|
||||
croc
|
||||
logseq
|
||||
|
||||
xorg.xrdb
|
||||
culr
|
||||
|
||||
|
@ -192,6 +197,17 @@ in {
|
|||
"${pkgs.gsettings-desktop-schemas}/share/gsettings-schemas/${pkgs.gsettings-desktop-schemas.name}"
|
||||
];
|
||||
|
||||
xdg.desktopEntries.logseq = {
|
||||
name = "Logseq";
|
||||
exec = "logseq --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform-hint=auto %u";
|
||||
icon = "logseq";
|
||||
type = "Application";
|
||||
categories = ["Utility"];
|
||||
mimeType = ["x-scheme-handler/logseq"];
|
||||
terminal = false;
|
||||
comment = "A privacy-first, open-source platform for knowledge management and collaboration.";
|
||||
};
|
||||
|
||||
gtk = with pkgs.rice; {
|
||||
enable = true;
|
||||
theme = with gtk-theme; {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue