Extract zen

This commit is contained in:
muon 2025-12-24 19:25:47 +00:00
parent 74900b3734
commit 9821ddee7b
4 changed files with 264 additions and 241 deletions

View file

@ -1,5 +1,9 @@
{ pkgs, lib, osConfig, ... }:
let
{
pkgs,
lib,
osConfig,
...
}: let
cfg = osConfig.mods.desktop;
in {
imports = [
@ -9,6 +13,7 @@ in {
./development.nix
./productivity.nix
./media.nix
./zen.nix
];
mods.hyprland.enable = lib.mkIf cfg.wayland.enable true;