mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
Revert "swaylock: don't daemonize"
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
This reverts commit 870a8d6fba
.
This commit is contained in:
parent
62eb9fd7dd
commit
2cb4d18854
|
@ -6,6 +6,7 @@
|
|||
}: {
|
||||
config = lib.mkIf config.ar.home.apps.swaylock.enable {
|
||||
home.packages = with pkgs; [swaylock];
|
||||
|
||||
programs.swaylock.enable = true;
|
||||
|
||||
xdg.configFile."swaylock/config".text = ''
|
||||
|
@ -13,6 +14,7 @@
|
|||
caps-lock-bs-hl-color=e78284
|
||||
caps-lock-key-hl-color=e78284
|
||||
color=303446
|
||||
daemonize
|
||||
font="NotoSansMNerdFont-Regular"
|
||||
image=${config.ar.home.theme.wallpaper}
|
||||
indicator-caps-lock
|
||||
|
|
Loading…
Reference in a new issue