1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
{ config, pkgs, lib, utils, ... }:
let
cfg = config.ctucxConfig.wm.gnome;
settingsFormat = pkgs.formats.ini { };
configFile = settingsFormat.generate "custom.conf" cfg.gdm.settings;
mimeAppsList = pkgs.writeTextFile {
name = "gnome-mimeapps";
destination = "/share/applications/mimeapps.list";
text = ''
[Default Applications]
inode/directory=nautilus.desktop;org.gnome.Nautilus.desktop
'';
};
nixos-background-info = pkgs.writeTextFile rec {
name = "nixos-background-info";
destination = "/share/gnome-background-properties/nixos.xml";
text = ''
<?xml version="1.0"?>
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd">
<wallpapers>
<wallpaper deleted="false">
<name>Blobs</name>
<filename>${pkgs.nixos-artwork.wallpapers.simple-blue.gnomeFilePath}</filename>
<filename-dark>${pkgs.nixos-artwork.wallpapers.simple-dark-gray.gnomeFilePath}</filename-dark>
<options>zoom</options>
<shade_type>solid</shade_type>
<pcolor>#3a4ba0</pcolor>
<scolor>#2f302f</scolor>
</wallpaper>
</wallpapers>
'';
};
in {
options = {
ctucxConfig.wm.gnome = {
enable = lib.mkEnableOption "gnome";
gdm = {
dconfSettings = lib.mkOption {
type = lib.types.attrs;
default = { };
};
settings = lib.mkOption {
type = settingsFormat.type;
default = { };
};
};
};
};
config = lib.mkIf cfg.enable {
# patched to remove xorg and xwayland completely
nixpkgs.overlays = [(final: prev: {
mutter = prev.mutter.overrideAttrs( prevAttrs: {
mesonFlags = [
"-Dinstalled_tests=false" "-Dtests=disabled" "-Ddocs=true"
"-Degl_device=true"
"-Dwayland_eglstream=true"
"-Dprofiler=true"
"-Dsm=false"
"-Dx11=false"
"-Dxwayland=false"
"-Dwayland=true"
];
buildInputs = (utils.removePackagesByName prevAttrs.buildInputs [
prev.xorg.libSM
prev.xwayland
prev.gtk4
prev.xorg.libICE
prev.xorg.libX11
prev.xorg.libXcomposite
prev.xorg.libXcursor
prev.xorg.libXdamage
prev.xorg.libXext
prev.xorg.libXfixes
prev.xorg.libXi
prev.xorg.libXtst
prev.xorg.libxkbfile
prev.xkeyboard_config
prev.xorg.libxcb
prev.xorg.libXrandr
prev.xorg.libXinerama
prev.xorg.libXau
]) ++ [ prev.libGL ];
nativeBuildInputs = utils.removePackagesByName prevAttrs.nativeBuildInputs [
prev.xorg.xorgserver
];
});
gdm = prev.gdm.overrideAttrs( prevAttrs: {
mesonFlags = prev.lib.lists.remove "--Dgdm-xsession=true" (prevAttrs.mesonFlags ++ [ "-Dgdm-xsession=false" "-Dx11-support=false" ]);
patches = [
# GDM fails to find g-s with the following error in the journal.
# gdm-x-session[976]: dbus-run-session: failed to exec 'gnome-session': No such file or directory
# https://gitlab.gnome.org/GNOME/gdm/-/merge_requests/92
(prev.fetchpatch {
url = "https://gitlab.gnome.org/GNOME/gdm/-/commit/ccecd9c975d04da80db4cd547b67a1a94fa83292.patch";
hash = "sha256-5hKS9wjjhuSAYwXct5vS0dPbmPRIINJoLC0Zm1naz6Q=";
revert = true;
})
../../../pkgs/gdm-fix-wayland.patch
# Change hardcoded paths to nix store paths.
(prev.substituteAll {
src = ../../../pkgs/gdm-fix-paths.patch;
coreutils = prev.coreutils;
plymouth = prev.plymouth;
dbus = prev.dbus;
})
];
postPatch = ''
# Reverts https://gitlab.gnome.org/GNOME/gdm/-/commit/b0f802e36ff948a415bfd2bccaa268b6990515b7
# The gdm-auth-config tool is probably not too useful for NixOS, but we still want the dconf profile
# installed (mostly just because .passthru.tests can make use of it).
substituteInPlace meson.build \
--replace-fail "dconf_prefix = dconf_dep.get_variable(pkgconfig: 'prefix')" "dconf_prefix = gdm_prefix"
'';
buildInputs = utils.removePackagesByName prevAttrs.buildInputs [
prev.xorg.libX11
prev.xorg.libXdmcp
prev.xorg.libxcb
];
});
gnome-session = prev.gnome-session.overrideAttrs( prevAttrs: {
mesonFlags = [ "-Dx11=false" ];
buildInputs = utils.removePackagesByName prevAttrs.buildInputs [
prev.xorg.libICE
prev.xorg.xtrans
];
});
})];
users.groups.gdm.gid = config.ids.gids.gdm;
users.users.gdm = {
name = "gdm";
uid = config.ids.uids.gdm;
group = "gdm";
home = "/run/gdm";
description = "GDM user";
};
security.polkit.enable = true;
networking.networkmanager.enable = lib.mkDefault true;
hardware = {
graphics.enable = true;
bluetooth.enable = lib.mkDefault true;
};
fonts.packages = with pkgs; [
cantarell-fonts
dejavu_fonts
source-code-pro
source-sans
];
environment = {
etc."gdm/custom.conf".source = configFile;
systemPackages = with pkgs; [
gnome-shell
(lib.mkIf config.hardware.bluetooth.enable gnome-bluetooth)
(lib.mkIf config.services.colord.enable gnome-color-manager)
gnome-control-center
ptyxis
nautilus
sushi #quick-preview for nautilus
adwaita-icon-theme
sound-theme-freedesktop
nixos-icons
nixos-background-info
glib # for gsettings program
gnome-menus
gtk3.out # for gtk-launch program
xdg-user-dirs # Update user dirs as described in https://freedesktop.org/wiki/Software/xdg-user-dirs/
xdg-user-dirs-gtk
];
# Needed for themes and backgrounds
pathsToLink = [
"/share" # TODO: https://github.com/NixOS/nixpkgs/issues/47173
"/share/nautilus-python/extensions"
];
sessionVariables = {
# Let nautilus find extensions
NAUTILUS_4_EXTENSION_DIR = "${config.system.path}/lib/nautilus/extensions-4";
# Override default mimeapps for nautilus
XDG_DATA_DIRS = [ "${mimeAppsList}/share" ];
};
};
services = {
gvfs.enable = true;
udisks2.enable = true;
libinput.enable = true;
accounts-daemon.enable = true;
pipewire.enable = lib.mkDefault true;
hardware.bolt.enable = lib.mkDefault true;
colord.enable = lib.mkDefault true;
power-profiles-daemon.enable = lib.mkDefault true;
upower.enable = config.powerManagement.enable;
system-config-printer.enable = (lib.mkIf config.services.printing.enable (lib.mkDefault true));
gnome = {
glib-networking.enable = true;
gnome-settings-daemon.enable = true;
at-spi2-core.enable = lib.mkDefault true;
gnome-keyring.enable = lib.mkDefault true;
};
geoclue2 = {
enable = lib.mkDefault true;
enableDemoAgent = false; # GNOME has its own geoclue agent
appConfig = {
gnome-datetime-panel = {
isAllowed = true;
isSystem = true;
};
gnome-color-panel = {
isAllowed = true;
isSystem = true;
};
"org.gnome.Shell" = {
isAllowed = true;
isSystem = true;
};
};
};
udev.packages = [ pkgs.mutter ];
dbus.packages = with pkgs; [ gdm sushi ];
};
programs = {
dconf.enable = true;
dconf.profiles.gdm.databases = [
{ settings = cfg.gdm.dconfSettings; }
"${pkgs.gdm}/share/gdm/greeter-dconf-defaults"
];
};
xdg = {
mime.enable = true;
icons.enable = true;
portal = {
enable = true;
configPackages = lib.mkDefault [ pkgs.gnome-session ];
extraPortals = with pkgs; [
xdg-desktop-portal-gnome
xdg-desktop-portal-gtk
];
};
};
systemd = {
packages = with pkgs; [
gdm
gnome-session
gnome-shell
];
tmpfiles.rules = [ "d /run/gdm/.config 0711 gdm gdm" ];
user.services.dbus.wantedBy = [ "default.target" ];
services = {
# We dont use the upstream gdm service
# it has to be disabled since the gdm package has it
# https://github.com/NixOS/nixpkgs/issues/108672
gdm.enable = false;
display-manager = {
description = "Display Manager";
wants = [ "systemd-machined.service" "accounts-daemon.service" ];
conflicts = [ "getty@${pkgs.gdm.initialVT}.service" "plymouth-quit.service" ];
onFailure = [ "plymouth-quit.service" ];
wantedBy = [ "multi-user.target" ];
after = [
"systemd-logind.service" "systemd-user-sessions.service" "systemd-machined.service"
"getty@${pkgs.gdm.initialVT}.service"
"acpid.service"
"plymouth-quit.service" "plymouth-start.service"
];
path = [ pkgs.gnome-session ];
environment = {
XDG_DATA_DIRS = lib.makeSearchPath "share" (with pkgs; [
gdm
gnome-session.sessions
gnome-control-center # for accessibility icon
adwaita-icon-theme
hicolor-icon-theme
]);
};
serviceConfig = {
KillMode = "mixed";
IgnoreSIGPIPE = "no";
BusName = "org.gnome.DisplayManager";
StandardError = "inherit";
ExecStart = "${pkgs.gdm}/bin/gdm";
ExecReload = "${pkgs.coreutils}/bin/kill -SIGHUP $MAINPID";
KeyringMode = "shared";
EnvironmentFile = "-/etc/locale.conf";
Restart = "always";
RestartSec = "200ms";
SyslogIdentifier = "display-manager";
};
restartIfChanged = false;
# Stop restarting if the display manager stops (crashes) 2 times in one minute.
startLimitIntervalSec = 30;
startLimitBurst = 3;
};
# Prevent nixos-rebuild switch from bringing down the graphical
# session. (If multi-user.target wants plymouth-quit.service which
# conflicts display-manager.service, then when nixos-rebuild
# switch starts multi-user.target, display-manager.service is
# stopped so plymouth-quit.service can be started.)
plymouth-quit = lib.mkIf config.boot.plymouth.enable {
wantedBy = lib.mkForce [];
};
};
};
# GDM LFS PAM modules, adapted somehow to NixOS
security.pam.services = {
gdm-launch-environment.text = ''
auth required pam_succeed_if.so audit quiet_success user = gdm
auth optional pam_permit.so
account required pam_succeed_if.so audit quiet_success user = gdm
account sufficient pam_unix.so
password required pam_deny.so
session required pam_succeed_if.so audit quiet_success user = gdm
session required pam_env.so conffile=/etc/pam/environment readenv=0
session optional ${config.systemd.package}/lib/security/pam_systemd.so
session optional pam_keyinit.so force revoke
session optional pam_permit.so
'';
gdm-password.text = ''
auth substack login
account include login
password substack login
session include login
'';
};
};
}