non important commit
This commit is contained in:
parent
4452e6090f
commit
8820c6ad1b
2 changed files with 10 additions and 0 deletions
|
|
@ -25,6 +25,10 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.niri.enable = true;
|
programs.niri.enable = true;
|
||||||
|
programs.xwayland = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.stable.xwayland-satellite;
|
||||||
|
};
|
||||||
|
|
||||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,12 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment = {
|
||||||
|
NIXOS_OZONE_WL = "1";
|
||||||
|
SDL_VIDEODRIVER = "wayland";
|
||||||
|
CLUTTER_BACKEND = "wayland";
|
||||||
|
};
|
||||||
|
|
||||||
layout = {
|
layout = {
|
||||||
gaps = 8;
|
gaps = 8;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue