before trying flakes (pray for me)

This commit is contained in:
Weckyy702
2026-01-12 00:09:36 +01:00
parent 84534b0ea1
commit 6122cba650
11 changed files with 2252 additions and 41 deletions

View File

@@ -1,20 +1,2 @@
{ config, pkgs, ...}: {
# Configure keymap in X11
services.xserver.xkb = {
layout = "de";
variant = "";
};
programs.regreet = {
enable = true;
};
programs.hyprland = {
enable = true;
withUWSM = true;
xwayland.enable = true;
};
programs.hyprlock.enable = true;
# Configure electron apps to use wayland
environment.sessionVariables.NIXOS_OZONE_WL = "1";
}