prune obsolete fixed stuff
This commit is contained in:
@@ -11,10 +11,6 @@
|
|||||||
pkgs.gnome-settings-daemon # For gnome systray icons
|
pkgs.gnome-settings-daemon # For gnome systray icons
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Workaround for GNOME autologin: https://github.com/NixOS/nixpkgs/issues/103746#issuecomment-945091229
|
|
||||||
systemd.services."getty@tty1".enable = false;
|
|
||||||
systemd.services."autovt@tty1".enable = false;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
flake.modules.homeManager.gnome = { config, pkgs, ... }:
|
flake.modules.homeManager.gnome = { config, pkgs, ... }:
|
||||||
|
|||||||
Reference in New Issue
Block a user