mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
lock fixes, theme fix, sysctl inotify fix
This commit is contained in:
parent
24e99028ed
commit
a5f30ff1d0
3 changed files with 3 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ let cfg = config.kw.theme; in
|
|||
(lib.filterAttrs (n: _: lib.hasInfix "base" n) config.lib.arc.base16.schemeForAlias.default);
|
||||
base16t = lib.mapAttrs' (k: v: lib.nameValuePair "${k}t" "rgba(${toString v.rgb.r}, ${toString v.rgb.g}, ${toString v.rgb.b}, ${toString cfg.alpha})")
|
||||
(lib.filterAttrs (n: _: lib.hasInfix "base" n) config.lib.arc.base16.schemeForAlias.default);
|
||||
alpha = 0.5;
|
||||
alpha = 0.7;
|
||||
};
|
||||
|
||||
lib.kw.sassTemplate = { name, src }:
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
boot.tmpOnTmpfs = true;
|
||||
boot.zfs.enableUnstable = true;
|
||||
boot.kernel.sysctl = {
|
||||
"fs.inotify.max_user_watches" = "524288";
|
||||
"net.core.rmem_max" = "16777216";
|
||||
"net.core.wmem_max" = "16777216";
|
||||
"net.ipv4.tcp_rmem" = "4096 87380 16777216";
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ let
|
|||
${pkgs.swaylock-effects}/bin/swaylock \
|
||||
--screenshots \
|
||||
--indicator \
|
||||
-f \
|
||||
--indicator-radius 110 \
|
||||
--indicator-thickness 8 \
|
||||
--font ${config.kw.theme.font.name} \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue