bring lilith up to track

This commit is contained in:
xqtc 2025-05-12 20:50:42 +02:00
parent 23e09163fa
commit 9dace3d92d
Signed by: xqtc
GPG key ID: 2C064D095926D9D1

View file

@ -81,7 +81,7 @@
# Enable the X11 windowing system.
services.displayManager.ly.enable = true;
services.displayManager.ly.settings = {
waylandsessions = "${pkgs.hyprland}/share/wayland-sessions/";
waylandsessions = "${pkgs.sway}/share/wayland-sessions/";
};
# services.xserver.enable = true;
# services.xserver.displayManager.gdm.enable = true;
@ -136,7 +136,7 @@
extraGroups =
[ "wheel" "docker" "libvirtd" "adbusers" ]; # Enable sudo for the user.
packages = with pkgs; [ nushell ];
shell = pkgs.zsh;
shell = pkgs.nushell;
};
# List packages installed in system profile. To search, run:
@ -197,7 +197,7 @@
# "1.0.0.1#one.zero.zero.one"
#];
services.resolved = {
enable = true;
enable = false;
# #dnssec = "true";
# domains = [ "~." ];
# fallbackDns = ["1.1.1.1#one.one.one.one"];