This commit is contained in:
pazpi 2024-09-13 13:31:59 +02:00
parent 1d868976b8
commit 07fb22e47e
8 changed files with 48 additions and 38 deletions

View file

@ -1,7 +1,8 @@
{ lib
, config
, pkgs
, ...
{
lib,
config,
pkgs,
...
}:
let
cfg = config.my.desktop.networking;

View file

@ -1,7 +1,8 @@
{ lib
, config
, pkgs
, ...
{
lib,
config,
pkgs,
...
}:
let
cfg = config.my.desktop.plymouth;