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, ... }: { 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";