feature(lib for bgs) adding a library for backgrounds

This commit is contained in:
2025-09-06 11:36:42 +02:00
parent 9bbb6b0b2e
commit a11e4961e1
11 changed files with 138 additions and 109 deletions

View File

@@ -8,7 +8,7 @@
{
flake.nixosConfigurations =
let
# custom paths
cLib = import ../lib inputs.nixpkgs.lib;
userConfig = "${self}/home";
systemConfig = "${self}/system";
hostConfig = "${self}/hosts";
@@ -19,12 +19,11 @@
umodPath = "${self}/modules/home";
smodPath = "${self}/modules/system";
# shorten paths
inherit (inputs.nixpkgs.lib) nixosSystem;
# get these into the module system
specialArgs = {
inherit
cLib
inputs
self
userConfig