Rebuild files to check whether subsequent nixes are imported

This commit is contained in:
2026-03-07 15:07:20 +01:00
parent 7338239fb4
commit 1835d4e888
3 changed files with 299 additions and 296 deletions
+3 -2
View File
@@ -1,9 +1,10 @@
{ config, pkgs, lib, user, inputs, ... }:
let
wmType = builtins.trace (config.wm.type) config.wm.type;
in
{
imports = [
# First the stuff that we always want, regardless of windowmanager
./system/top.nix
# Import window manager configurations based on the type defined in the machine file
(if config.wm.type == "hyprland" then
./window_managers/hyprland/top.nix
else if config.wm.type == "mangowc" then