Set hyprland as default session for Vanguard

This commit is contained in:
Evie Litherland-Smith 2023-06-08 09:13:22 +01:00
parent 066464265e
commit 7eb3b8bcab

View file

@ -22,6 +22,7 @@
nameservers = ["192.168.1.166" "9.9.9.9"];
firewall = {enable = true;};
};
services.xserver.displayManager.defaultSession = "hyprland";
users.users.xenia = {
isNormalUser = true;