228 current 2024-10-22 01:13:05 24.05.20241019.a9b86fc 6.11.4 *

This commit is contained in:
Ranomier 2024-10-22 01:13:11 +02:00
parent a83e3592b2
commit d312b9e299
7 changed files with 47 additions and 20 deletions

View file

@ -1,4 +1,8 @@
{pkgs, ...}: {
{
pkgs,
inputs,
...
}: {
# Enable the X11 windowing system.
# You can disable this if you're only using the Wayland session.
services.xserver.enable = false;
@ -17,17 +21,23 @@
];
};
};
# Enable the hyprland window manager with additions
programs = {
hyprland = {
enable = true;
xwayland.enable = true;
systemd.setPath.enable = true;
#package = pkgs.unstable.hyprland;
};
hyprlock = {
enable = true;
#package = pkgs.unstable.hyprlock;
};
hyprlock.enable = true;
};
services.hypridle.enable = true;
services.hypridle = {
enable = true;
#package = pkgs.unstable.hypridle;
};
# for mounting stuff, also needs a auth agent like lxqt.lxqt-policykit
services.gvfs.enable = true;