swtch displayManager from gdm to greetd
This commit is contained in:
parent
11c79bbe01
commit
e94dee0c7f
6 changed files with 104 additions and 21 deletions
26
nixos/configurations/Tytonidae/gui.nix
Normal file
26
nixos/configurations/Tytonidae/gui.nix
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{pkgs, ...}: let
|
||||
extraConfig = ''
|
||||
output "DP-1" {
|
||||
mode "2560x1440@169.900"
|
||||
scale 1.0
|
||||
position x=0 y=0
|
||||
transform "normal"
|
||||
focus-at-startup
|
||||
}
|
||||
output "eDP-1" {
|
||||
mode "2560x1440@165.003"
|
||||
scale 1.5
|
||||
position x=2560 y=0
|
||||
transform "normal"
|
||||
}
|
||||
window-rule {
|
||||
match app-id="apps.regreet"
|
||||
open-on-output "DP-1"
|
||||
}
|
||||
'';
|
||||
in {
|
||||
youthlic.gui = {
|
||||
enabled = "niri";
|
||||
niri.extraConfig = extraConfig;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue