feat(nvim): commandline on status line
This commit is contained in:
parent
859628b2bd
commit
ea70d4889a
3 changed files with 3 additions and 4 deletions
|
@ -30,7 +30,6 @@
|
|||
displayManager.sddm.wayland.enable = true;
|
||||
displayManager.sddm.enable = true;
|
||||
displayManager.sddm.enableHidpi = true;
|
||||
#displayManager.sddm.theme = "rose-pine";
|
||||
dbus.enable = true;
|
||||
};
|
||||
|
||||
|
@ -166,7 +165,6 @@
|
|||
rofi
|
||||
wlogout
|
||||
];
|
||||
|
||||
# Do not restart the display manager automatically
|
||||
systemd.services.display-manager.restartIfChanged = lib.mkForce false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue