odyssey: enable hyprland
This commit is contained in:
parent
22c93a7796
commit
89fb49e7a8
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user