mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 11:00:20 +00:00
Nyx: gdm config
This commit is contained in:
parent
29185bd921
commit
8903b134d8
1 changed files with 8 additions and 1 deletions
|
@ -65,9 +65,15 @@
|
|||
};
|
||||
|
||||
services = {
|
||||
displayManager.defaultSession = "hyprland";
|
||||
xserver = {
|
||||
enable = true;
|
||||
displayManager.gdm.enable = true;
|
||||
displayManager = {
|
||||
gdm = {
|
||||
enable = true;
|
||||
autoSuspend = false;
|
||||
};
|
||||
};
|
||||
desktopManager.gnome.enable = true;
|
||||
xkb = {
|
||||
layout = "us";
|
||||
|
@ -177,6 +183,7 @@
|
|||
qt.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
ffmpeg-full
|
||||
age
|
||||
ssh-to-age
|
||||
sops
|
||||
|
|
Loading…
Reference in a new issue