hyprland: switch to nixpkgs hyprland package
This commit is contained in:
parent
1a22848985
commit
ada6d15a19
4 changed files with 23 additions and 10 deletions
|
@ -25,10 +25,10 @@ with lib; let
|
|||
#exec-once=[workspace 1;fullscreen;noanim] ${
|
||||
pkgs.greetd.${cfg.greeter}
|
||||
}/bin/${cfg.greeter} -l; ${
|
||||
inputs'.hyprland.packages.hyprland
|
||||
pkgs.hyprland
|
||||
}/bin/hyprctl dispatch exit
|
||||
#exec-once=${
|
||||
inputs'.hyprland.packages.hyprland
|
||||
pkgs.hyprland
|
||||
}/bin/hyprctl dispatch focuswindow ${cfg.greeter}
|
||||
'';
|
||||
in {
|
||||
|
@ -49,7 +49,7 @@ in {
|
|||
enable = true;
|
||||
settings.default_session = {
|
||||
command = "${
|
||||
inputs'.hyprland.packages.hyprland
|
||||
pkgs.hyprland
|
||||
}/bin/Hyprland --config ${hyprlandConfig}";
|
||||
user = username;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue