1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +00:00

Fix infinite recursion somewhat

This commit is contained in:
RGBCube 2023-11-23 16:01:37 +03:00
parent 9a78668ebd
commit cb3e57b901
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -43,7 +43,7 @@
ulib = rec { ulib = rec {
recursiveUpdate3 = x: y: z: lib.recursiveUpdate x (lib.recursiveUpdate y z); recursiveUpdate3 = x: y: z: lib.recursiveUpdate x (lib.recursiveUpdate y z);
imports = paths: { importAll = paths: {
imports = paths; imports = paths;
}; };

View file

@ -1,4 +1,4 @@
{ recursiveUpdate3, systemConfiguration, homeConfiguration, imports, ... }: recursiveUpdate3 { recursiveUpdate3, systemConfiguration, homeConfiguration, importAll, ... }: recursiveUpdate3
(systemConfiguration { (systemConfiguration {
boot.loader = { boot.loader = {
@ -14,7 +14,7 @@
home.stateVersion = "23.05"; home.stateVersion = "23.05";
}) })
(imports [ (importAll [
./bat ./bat
./blueman ./blueman
./discord ./discord