hypr: remove UWSM
again...
This commit is contained in:
parent
712242299f
commit
b78448c978
5 changed files with 18 additions and 19 deletions
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
{
|
||||
programs.hyprland.enable = true;
|
||||
programs.hyprland.withUWSM = true;
|
||||
# Optional, hint electron apps to use wayland:
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
initial_session = {
|
||||
command = if (config.programs.uwsm.enable == true) then "${lib.getExe pkgs.uwsm} start default" else if (config.programs.niri.enable == true) then "${pkgs.niri}/bin/niri-session" else if (config.programs.hyprland.enable == true) then "${pkgs.hyprland}/bin/Hyprland" else "${pkgs.zsh}/bin/zsh";
|
||||
command = if (config.programs.niri.enable == true) then "${pkgs.niri}/bin/niri-session" else if (config.programs.hyprland.enable == true) then "${pkgs.hyprland}/bin/Hyprland" else "${pkgs.zsh}/bin/zsh";
|
||||
user = "nico";
|
||||
};
|
||||
default_session = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue