This commit is contained in:
Till 2025-02-11 23:59:20 +01:00
parent 47a684d78f
commit 7dd4cb58fe
10 changed files with 53 additions and 23 deletions

17
system/hyprland.nix Normal file
View file

@ -0,0 +1,17 @@
{ config, pkgs, ... }:
{
programs.uwsm.enable = true;
programs.hyprland = {
enable = true;
withUWSM = true;
};
programs.waybar.enable = true;
environment.systemPackages = with pkgs; [
swaynotificationcenter
tofi
];
}