odyssey: enable hyprland

This commit is contained in:
2025-03-03 21:50:29 +00:00
parent 22c93a7796
commit 89fb49e7a8

View File

@ -1,4 +1,9 @@
{ config, pkgs, ... }: {
config,
lib,
pkgs,
...
}:
{ {
imports = [ imports = [
@ -110,6 +115,8 @@
shell = { shell = {
zsh.enable = true; zsh.enable = true;
}; };
system.desktop.gnome.enable = lib.mkForce false;
system.desktop.hyprland.enable = true;
}; };
system.stateVersion = "22.11"; system.stateVersion = "22.11";