mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
integrated hyprland into systemd
This commit is contained in:
parent
2bb4bc7e38
commit
adc6afca11
7 changed files with 51 additions and 12 deletions
11
hosts/thinkpad/modules/greetd/default.nix
Normal file
11
hosts/thinkpad/modules/greetd/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, ...}:
|
||||
{
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
default_session = {
|
||||
command = "${pkgs.greetd.greetd}/bin/agreety --cmd Hyprland";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue