mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
nix: format with alejandra
This commit is contained in:
parent
d5cad148da
commit
95eb4b71e0
118 changed files with 1291 additions and 1703 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{ config, lib, ... }:
|
||||
|
||||
{
|
||||
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
programs.sioyek = {
|
||||
|
||||
bindings = {
|
||||
"move_up" = "k";
|
||||
"move_down" = "j";
|
||||
|
|
@ -17,21 +17,19 @@
|
|||
"u"
|
||||
"<C-u>"
|
||||
];
|
||||
"toggle_two_page_mode" = [ "T" ];
|
||||
"toggle_two_page_mode" = ["T"];
|
||||
};
|
||||
|
||||
config.should_launch_new_window = "1";
|
||||
|
||||
};
|
||||
|
||||
xdg.mimeApps = lib.mkIf config.programs.sioyek.enable {
|
||||
enable = true;
|
||||
associations.added = {
|
||||
"application/pdf" = [ "sioyek.desktop" ];
|
||||
"application/pdf" = ["sioyek.desktop"];
|
||||
};
|
||||
defaultApplications = {
|
||||
"application/pdf" = [ "sioyek.desktop" ];
|
||||
"application/pdf" = ["sioyek.desktop"];
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue