mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
18 lines
309 B
Nix
18 lines
309 B
Nix
{pkgs, ...}: {
|
|
programs.hyprland = {
|
|
enable = true;
|
|
withUWSM = false;
|
|
xwayland.enable = true;
|
|
};
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
caelestia-shell
|
|
mako
|
|
rofi
|
|
xdg-desktop-portal-wlr
|
|
xdg-desktop-portal-hyprland
|
|
hyprpolkitagent
|
|
cliphist
|
|
grimblast
|
|
];
|
|
}
|