14 lines
175 B
Nix
14 lines
175 B
Nix
{ ... }:
|
|
{
|
|
home.sessionVariables = {
|
|
MOZ_ENABLE_WAYLAND = "1";
|
|
MOZ_USE_XINPUT2 = "1";
|
|
};
|
|
|
|
imports = [
|
|
./sway.nix
|
|
./swaytools.nix
|
|
./waybar.nix
|
|
];
|
|
}
|