mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
14 lines
265 B
Nix
14 lines
265 B
Nix
{pkgs, ...}: {
|
|
programs.hyprland = {
|
|
enable = true;
|
|
withUWSM = true;
|
|
xwayland.enable = true;
|
|
};
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
# caelestia-shell
|
|
xdg-desktop-portal-hyprland
|
|
hyprpolkitagent
|
|
xdg-desktop-portal-wlr
|
|
];
|
|
}
|