Fixed build issues by including guard rails; Merged configs

This commit is contained in:
2026-04-05 11:41:53 +02:00
parent 3e1965f0e8
commit 45f853b376
25 changed files with 1034 additions and 133 deletions

View File

@@ -1,4 +1,9 @@
{ pkgs, config, ... }:
{
pkgs,
config,
lib,
...
}:
let
browser = [ "floorp.desktop" ];
@@ -44,7 +49,7 @@ let
};
in
{
xdg = {
xdg = lib.mkIf (!pkgs.stdenv.isDarwin) {
enable = true;
cacheHome = config.home.homeDirectory + "/.local/cache";