mirror of
https://git.gay/xqtc/nixos-config
synced 2025-07-09 11:46:36 +02:00
bring lilith up to track
This commit is contained in:
parent
23e09163fa
commit
9dace3d92d
1 changed files with 3 additions and 3 deletions
|
@ -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"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue