This commit is contained in:
Spectre 2024-06-08 01:06:31 +02:00
parent f59ea55244
commit 9b5197fae4
5 changed files with 258 additions and 1 deletions

View file

@ -1,6 +1,5 @@
{
pkgs,
config,
conf,
...
}: {
@ -11,6 +10,12 @@
environment.systemPackages = with pkgs; [
xdg-desktop-portal-hyprland
hyprcursor
hyprpicker
hyprlock
hypridle
hyprpaper
];
xdg.portal = {
@ -21,6 +26,8 @@
hardware.opengl.enable = true;
programs.hyprland.enable = true;
services.greetd = {
enable = true;
settings = rec {