Fix checks
This commit is contained in:
parent
4dcc8e4d84
commit
b3736b1e1d
5 changed files with 9 additions and 13 deletions
|
@ -20,7 +20,8 @@
|
|||
"personal-cipher-preferences" = "AES256 AES192 AES CAST5";
|
||||
"cert-digest-algo" = "SHA512";
|
||||
"personal-digest-preferences" = "SHA512 SHA384 SHA256 SHA224";
|
||||
"default-preference-list" = "SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed";
|
||||
"default-preference-list" =
|
||||
"SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed";
|
||||
"display-charset" = "utf-8";
|
||||
"fixed-list-mode" = true;
|
||||
"with-fingerprint" = true;
|
||||
|
@ -42,7 +43,7 @@
|
|||
enableScDaemon = true;
|
||||
enableSshSupport = true;
|
||||
enableExtraSocket = true;
|
||||
# TODO: pinentryPackage =
|
||||
# TODO: pinentryPackage =
|
||||
extraConfig =
|
||||
let
|
||||
pinentryBemenu = pkgs.writeShellApplication {
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
settings = [
|
||||
{
|
||||
position = "top";
|
||||
#height =
|
||||
#height =
|
||||
modules-left = [
|
||||
"sway/mode"
|
||||
"sway/workspaces"
|
||||
|
|
|
@ -57,7 +57,8 @@
|
|||
libdvbpsi # librtmp
|
||||
xvidcore
|
||||
x264
|
||||
] ++ (with gst_all_1; [
|
||||
]
|
||||
++ (with gst_all_1; [
|
||||
gstreamer
|
||||
gst-vaapi
|
||||
gst-rtsp-server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue