direnv and devenv integrated support experimental nginx test configuration sway and foot configuration updated created initial sddm configuration for login manager
10 lines
178 B
Nix
10 lines
178 B
Nix
{pkgs, config, lib, ...}: {
|
|
services.greetd = {
|
|
enable = true;
|
|
settings = {
|
|
default_session = {
|
|
command = "${pkgs.sway}/bin/sway";
|
|
};
|
|
};
|
|
};
|
|
}
|