This commit is contained in:
muon 2024-09-14 14:30:04 +00:00
parent 103f7c4813
commit 6103a43011
4 changed files with 47 additions and 24 deletions

View file

@ -1,5 +1,5 @@
{ pkgs, lib, config, osConfig, ... }: let
cfg = osConfig.mods;
{ pkgs, lib, config, osConfig, ... }:
let cfg = osConfig.mods;
in {
imports = [