nixconf/home-manager/zellij.nix
Gabriella Bere fb367166a5 added plasma for testing purposes, updated flake
seriously plasma is SO buggy the way i have it set up i just wanted to
check if an issue was with hyprland or wayland in general, and it
appears to be wayland lmao
2025-07-15 01:40:16 +01:00

6 lines
59 B
Nix

{ ... }:
{
programs.zellij = {
enable = true;
};
}