16 lines
204 B
Nix
16 lines
204 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
home.sessionVariables = {
|
||
|
MOZ_ENABLE_WAYLAND = "1";
|
||
|
MOZ_USE_XINPUT2 = "1";
|
||
|
};
|
||
|
|
||
|
imports = [
|
||
|
./sway.nix
|
||
|
./swaylock.nix
|
||
|
./waybar.nix
|
||
|
./wofi.nix
|
||
|
./mako.nix
|
||
|
];
|
||
|
}
|