mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
fix xserver.displayManager warnings
thanks sandro
This commit is contained in:
parent
46a29bf761
commit
ae5cd16c1a
5 changed files with 44 additions and 41 deletions
|
|
@ -33,6 +33,8 @@
|
|||
|
||||
services.gvfs.enable = true;
|
||||
|
||||
services.displayManager.defaultSession = "none+dwm";
|
||||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
displayManager = {
|
||||
|
|
@ -42,7 +44,6 @@
|
|||
systemctl --user start sxhkd
|
||||
systemctl --user start picom
|
||||
'';
|
||||
defaultSession = "none+dwm";
|
||||
};
|
||||
windowManager.session = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue