changes :3
This commit is contained in:
parent
c50bfc3eea
commit
0ad695abcf
27 changed files with 1022 additions and 656 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue