Files
dotfiles/nixos/ryu/programs/hyprland.nix
servius 8364bbb3cb
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
fix: Cleanup Warnings
2026-03-02 01:44:28 +05:30

7 lines
89 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
hyprland
xhost
];
}