changes :3

This commit is contained in:
zoey 2025-06-15 18:15:28 -04:00
parent c50bfc3eea
commit 0ad695abcf
Signed by: zoey
GPG key ID: 81FB9FECDD6A33E2
27 changed files with 1022 additions and 656 deletions

View file

@ -9,6 +9,8 @@
with lib;
with lib.custom; let
cfg = config.protocols.wayland;
tuigreet = "${pkgs.greetd.tuigreet}/bin/tuigreet";
in {
options.protocols.wayland = with types; {
enable = mkBoolOpt false "Enable Wayland Protocol";
@ -19,8 +21,8 @@ in {
enable = true;
settings = {
default_session = {
command = "niri-session";
user = "zoey";
command = "${tuigreet} --time --remember --remember-session";
user = "greeter";
};
};
};
@ -51,8 +53,8 @@ in {
# ];
programs.hyprland = {
withUWSM = false;
enable = false;
withUWSM = true;
enable = true;
xwayland.enable = true;
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
portalPackage = inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland;