Auto-commit: 2026-01-05 16:26:19
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ config, lib, pkgs, username, ... }:
|
||||
{ nixosConfig, lib, pkgs, username, ... }:
|
||||
let
|
||||
cfg = config.my.desktop.vesktop;
|
||||
cfg = nixosConfig.my.desktop.vesktop;
|
||||
in
|
||||
{
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
||||
Reference in New Issue
Block a user