initial commit
This commit is contained in:
13
modules/core/swaylock.nix
Normal file
13
modules/core/swaylock.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ config, pkgs, host, ... }:
|
||||
let
|
||||
vars = import ../../../hosts/${host}/variables.nix;
|
||||
in
|
||||
{
|
||||
services.udev.extraRules = "";
|
||||
|
||||
environment.etc."swaylock/config".text = ''
|
||||
color=${config.lib.stylix.colors.base00}
|
||||
'';
|
||||
|
||||
environment.systemPackages = [ pkgs.swaylock ];
|
||||
}
|
||||
Reference in New Issue
Block a user