Login manager Error

This commit is contained in:
2026-03-13 23:07:08 +01:00
parent 10f49d6846
commit d0cbd7d4d2
5 changed files with 416 additions and 369 deletions
+389 -367
View File
File diff suppressed because it is too large Load Diff
+16 -1
View File
@@ -514,6 +514,7 @@ This is the top of the machine hierarchy
./dbus.nix
./audio.nix
./xdg.nix
./session.nix
inputs.home-manager.nixosModules.home-manager
];
}
@@ -610,6 +611,20 @@ This sets the dbus implementation
}
#+END_SRC
** =assets/flake/machines/traveldroid/session.nix=
This sets the dbus implementation
#+BEGIN_SRC nix :tangle assets/flake/machines/traveldroid/session.nix :noweb tangle :mkdirp yes :eval never-html
{ config, pkgs, user, ... }:
{
environment.sessionVariables = {
XDG_SESSION_TYPE = "wayland"; # Session type
XDG_CURRENT_DESKTOP = "Hyprland"; # Desktop environment
XCURSOR_SIZE = "24"; # Cursor size
# Add other session-wide variables here (e.g., QT_QPA_PLATFORM, SDL_VIDEODRIVER)
};
}
#+END_SRC
** =assets/flake/machines/traveldroid/bluetooth.nix=
This sets the bluetooth implementation
#+BEGIN_SRC nix :tangle assets/flake/machines/traveldroid/bluetooth.nix :noweb tangle :mkdirp yes :eval never-html
@@ -987,7 +1002,7 @@ This is top file of this level which contains just an import statement for all r
./wayland.nix
./eww.nix
./waybar.nix
#./login-tuigreeter.nix
./login-tuigreeter.nix
#./login-lightdm.nix
];
# .. put any code here
@@ -0,0 +1,9 @@
{ config, pkgs, user, ... }:
{
environment.sessionVariables = {
XDG_SESSION_TYPE = "wayland"; # Session type
XDG_CURRENT_DESKTOP = "Hyprland"; # Desktop environment
XCURSOR_SIZE = "24"; # Cursor size
# Add other session-wide variables here (e.g., QT_QPA_PLATFORM, SDL_VIDEODRIVER)
};
}
@@ -16,6 +16,7 @@
./dbus.nix
./audio.nix
./xdg.nix
./session.nix
inputs.home-manager.nixosModules.home-manager
];
}
+1 -1
View File
@@ -4,7 +4,7 @@
./wayland.nix
./eww.nix
./waybar.nix
#./login-tuigreeter.nix
./login-tuigreeter.nix
#./login-lightdm.nix
];
# .. put any code here