This commit is contained in:
2025-01-30 21:55:28 +09:00
commit d725ad06a7
22 changed files with 550 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{ pkgs, ... }:
{
programs = {
hyprland = {
enable = true;
xwayland.enable = true;
withUWSM = true;
};
hyprlock.enable = true;
regreet.enable = true;
};
services.hypridle.enable = true;
environment.systemPackages = with pkgs; [
swww
eww
];
}