From 62c08f617f9134c657bb24e303cfad5cc991e71e Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Fri, 6 Mar 2026 23:14:09 +0100 Subject: [PATCH] working on wm.type --- Droidnix/assets/flake/machines/traveldroid/top.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Droidnix/assets/flake/machines/traveldroid/top.nix b/Droidnix/assets/flake/machines/traveldroid/top.nix index ce224fc33..9d88454b2 100644 --- a/Droidnix/assets/flake/machines/traveldroid/top.nix +++ b/Droidnix/assets/flake/machines/traveldroid/top.nix @@ -12,6 +12,11 @@ ./hardware-configuration.nix ]; + options.wm = lib.mkOption { + type = lib.types.str; + default = "hyprland"; + description = "Type of window manager to use"; + # Minimal settings that must be defined here networking.hostName = "traveldroid"; wm.type = "hyprland"; # Define the window manager type here, mangowc will be made possible in the nerar future.