This commit is contained in:
Miguel Palhas
2025-05-04 11:29:13 +01:00
parent 73ac1b10c1
commit 908dffd29a
3 changed files with 11 additions and 6 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
{ inputs, pkgs, ... }:
{
services.displayManager = {
defaultSession = "none+i3";
};
services.xserver = {
enable = true;
displayManager = {
defaultSession = "none+i3";
};
desktopManager = {
xterm.enable = false;
xfce = {