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
|
@ -6,6 +6,7 @@
|
|||
[
|
||||
./hardware-configuration.nix
|
||||
./modules/networks
|
||||
./modules/greetd
|
||||
./modules/snapper
|
||||
../../shared/vim.nix
|
||||
../../shared/sops.nix
|
||||
|
|
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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
|
@ -9,6 +9,8 @@
|
|||
ALLOW_USERS="rouven"
|
||||
TIMELINE_CREATE=yes
|
||||
TIMELINE_CLEANUP=yes
|
||||
NUMBER_LIMIT=10
|
||||
NUMBER_CLEANUP=yes
|
||||
'';
|
||||
};
|
||||
home = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue