Rebuild files to check whether subsequent nixes are imported
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user