HASH 7868ac152925
DATE 2025-01-06
SUBJECT greetd: fix launch command
FILES 1 CHANGED
HASH 7868ac152925
DATE 2025-01-06
SUBJECT greetd: fix launch command
FILES 1 CHANGED
┌─ modules/nixos/workstation/environment/hyprland/default.nix ───────────────┐
│ diff --git a/modules/nixos/workstation/environment/hyprland/default.nix b/modules/ │
│ nixos/workstation/environment/hyprland/default.nix │
│ index e5b36fc..a303768 100644 │
│ --- a/modules/nixos/workstation/environment/hyprland/default.nix │
│ +++ b/modules/nixos/workstation/environment/hyprland/default.nix │
│ @@ -14,6 +14,7 @@ in { │
│ enable = true; │
│ package = hyprland; │
│ portalPackage = xdg-desktop-portal-hyprland; │
│ + withUWSM = false; #TODO │
│ }; │
│ │
│ xdg.portal = { │
│ @@ -42,7 +43,7 @@ in { │
│ "--time" │
│ "--remember" │
│ "--cmd" │
│ - (getExe hyprland) │
│ + "Hyprland" │
│ ]; │
│ user = "greeter"; │
│ }; │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ...ironment/hyprland/default.nix ───┐
│ diff --git a/modules/nixos/workstation/envir │
│ onment/hyprland/default.nix b/modules/nixos/ │
│ workstation/environment/hyprland/default.nix │
│ index e5b36fc..a303768 100644 │
│ --- a/modules/nixos/workstation/environment/ │
│ hyprland/default.nix │
│ +++ b/modules/nixos/workstation/environment/ │
│ hyprland/default.nix │
│ @@ -14,6 +14,7 @@ in { │
│ enable = true; │
│ package = hyprland; │
│ portalPackage = xdg-desktop-portal-hy │
│ prland; │
│ + withUWSM = false; #TODO │
│ }; │
│ │
│ xdg.portal = { │
│ @@ -42,7 +43,7 @@ in { │
│ "--time" │
│ "--remember" │
│ "--cmd" │
│ - (getExe hyprland) │
│ + "Hyprland" │
│ ]; │
│ user = "greeter"; │
│ }; │
└──────────────────────────────────────────────┘
[ BACK TO LOG ]
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET