⚡️ (silicium/services) use the right hyprland package (from the flake) inside greetd settings
This commit is contained in:
parent
d5cfe44229
commit
eeaf3a0bf0
|
@ -1,10 +1,16 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
hyprland = inputs.hyprland.packages."${pkgs.system}".hyprland;
|
||||
in {
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
default_session = {
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd Hyprland"; # TODO: use nix pkgs
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd ${hyprland}/bin/Hyprland";
|
||||
user = "greeter";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue