14 lines
183 B
Nix
14 lines
183 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
# hypr packages
|
|
environment.systemPackages = with pkgs; [
|
|
hyprland
|
|
hypridle
|
|
hyprlock
|
|
hyprpaper
|
|
hyprpolkitagent
|
|
hyprcursor
|
|
];
|
|
}
|