fix xlock

This commit is contained in:
Ingolf Wagner 2023-04-26 09:09:26 +02:00
parent d19e4faf7c
commit b2054c4b33
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,8 @@
with lib; with lib;
{ {
imports = [ ./xlock.nix ];
config = mkIf config.components.gui.enable { config = mkIf config.components.gui.enable {
system.custom.fonts.enable = true; system.custom.fonts.enable = true;

View file

@ -1,4 +1,4 @@
{ lib, pkgs, ... }: { lib, pkgs, config, ... }:
with lib; with lib;
let let