This commit is contained in:
parent
82e18d878b
commit
132f860713
@ -1,11 +1,15 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
programs.hyprland = {
|
programs = {
|
||||||
enable = true;
|
zsh.enable = true;
|
||||||
xwayland.enable = true;
|
ssh.startAgent = true;
|
||||||
|
hyprland = {
|
||||||
|
enable = true;
|
||||||
|
xwayland.enable = true;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
services.displayManager = {
|
services.displayManager = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultSession = "hyprland";
|
defaultSession = "hyprland";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user