gnome consolidation

This commit is contained in:
John Lancaster
2026-03-26 16:49:14 -05:00
parent bab4dfa131
commit 731277aad8
4 changed files with 82 additions and 9 deletions
+2 -1
View File
@@ -14,9 +14,10 @@
perSystem = { pkgs, lib, self', ... }: {
packages.myNiri = inputs.wrapper-modules.wrappers.niri.wrap {
inherit pkgs;
env.RUST_BACKTRACE = "full";
settings = {
spawn-at-startup = [
{ command = [ (lib.getExe self'.packages.myNoctalia) ]; }
"${lib.getExe self'.packages.myNoctalia}"
];
xwayland-satellite.path = lib.getExe pkgs.xwayland-satellite;
input.keyboard.xkb.layout = "us,ua";