fix xlock

feature/nixinite
Ingolf Wagner 2023-04-26 09:09:26 +02:00
parent d19e4faf7c
commit b2054c4b33
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
2 changed files with 3 additions and 1 deletions

View File

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

View File

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