This commit is contained in:
2025-06-24 18:11:42 +02:00
parent 7a538e379a
commit e3f46df30e
5 changed files with 22 additions and 55 deletions

View File

@@ -1,22 +0,0 @@
{ pkgs, lib, ... }:
{
programs.hyprland = {
enable = true;
xwayland.enable = true;
};
services.greetd = {
enable = true;
settings.default_session = {
command = "Hyprland";
user = "lukas";
};
};
environment.systemPackages = with pkgs; [
hyprpicker hyprpaper hyprcursor
waybar swaylock grim slurp wl-clipboard kitty
];
}