Skip to content

Commit

Permalink
feat: yeet hyprland
Browse files Browse the repository at this point in the history
  • Loading branch information
Suya1671 committed May 27, 2024
1 parent 8bf4ccc commit d43e887
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 66 deletions.
116 changes: 58 additions & 58 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 2 additions & 8 deletions systems/modules/greetd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,8 @@
services.greetd = {
enable = true;
settings = {
default_session = let
hyprland-conf = pkgs.writeText "hyprland-greeter.conf" ''
exec-once = ${pkgs.greetd.regreet}/bin/regreet; hyprctl dispatch exit
'';
in {
command = "dbus-run-session ${pkgs.hyprland}/bin/Hyprland --config ${hyprland-conf}";
user = "tntman";
};
command = "dbus-run-session cage -s -- regreet";
user = "tntman";
};
};
}
Empty file.

0 comments on commit d43e887

Please sign in to comment.