fix xlock
This commit is contained in:
parent
d19e4faf7c
commit
b2054c4b33
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
|||
with lib;
|
||||
{
|
||||
|
||||
imports = [ ./xlock.nix ];
|
||||
|
||||
config = mkIf config.components.gui.enable {
|
||||
|
||||
system.custom.fonts.enable = true;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{ lib, pkgs, config, ... }:
|
||||
with lib;
|
||||
let
|
||||
|
||||
|
|
Loading…
Reference in a new issue