nix flake update, stylix release
This commit is contained in:
parent
89643c4d29
commit
8a1cdfc7cc
4 changed files with 45 additions and 46 deletions
|
|
@ -16,16 +16,16 @@
|
|||
# Workaround for GDM 50 + NixOS 26.05: greeter PAM session strips PATH so
|
||||
# gdm-wayland-session can't find `gnome-session` and exits 70.
|
||||
# https://github.com/NixOS/nixpkgs/issues/523332 — drop once #523948 lands.
|
||||
security.pam.services.gdm-launch-environment.rules.session.env-greeter = {
|
||||
control = "required";
|
||||
modulePath = "${config.security.pam.package}/lib/security/pam_env.so";
|
||||
settings.conffile = pkgs.writeText "gdm-launch-environment-env-conf" ''
|
||||
PATH DEFAULT="''${PATH}:${pkgs.gnome-session}/bin"
|
||||
XDG_DATA_DIRS DEFAULT="''${XDG_DATA_DIRS}:/run/current-system/sw/share"
|
||||
'';
|
||||
settings.readenv = 0;
|
||||
order = 12200;
|
||||
};
|
||||
# security.pam.services.gdm-launch-environment.rules.session.env-greeter = {
|
||||
# control = "required";
|
||||
# modulePath = "${config.security.pam.package}/lib/security/pam_env.so";
|
||||
# settings.conffile = pkgs.writeText "gdm-launch-environment-env-conf" ''
|
||||
# PATH DEFAULT="''${PATH}:${pkgs.gnome-session}/bin"
|
||||
# XDG_DATA_DIRS DEFAULT="''${XDG_DATA_DIRS}:/run/current-system/sw/share"
|
||||
# '';
|
||||
# settings.readenv = 0;
|
||||
# order = 12200;
|
||||
# };
|
||||
|
||||
services = {
|
||||
xserver.excludePackages = [ pkgs.xterm ];
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
# Enable the GNOME Desktop Environment.
|
||||
displayManager.gdm = {
|
||||
enable = true;
|
||||
debug = true;
|
||||
# debug = true;
|
||||
};
|
||||
desktopManager.gnome = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue