mirror of
https://codeberg.org/muon/home.git
synced 2026-03-09 03:53:11 +00:00
Extract zen
This commit is contained in:
parent
74900b3734
commit
9821ddee7b
4 changed files with 264 additions and 241 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue