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