working on wm.type

This commit is contained in:
2026-03-06 23:14:09 +01:00
parent 2a413052f7
commit 62c08f617f
@@ -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.