Enabled ZSH
Some checks failed
NixOS Configuration Check / nixos-check (push) Failing after 22s

This commit is contained in:
Luke Else 2025-04-24 21:04:32 +01:00
parent 82e18d878b
commit 132f860713

View File

@ -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";