could move to common

This commit is contained in:
Noa Aarts 2024-11-20 21:36:30 +01:00
parent ae2f6c2243
commit 3b3d93adcf
Signed by: noa
GPG key ID: 1850932741EFF672
2 changed files with 7 additions and 17 deletions

View file

@ -92,23 +92,6 @@
scale = "1";
}
];
extraConfig = {
xdg.configFile = {
"niri/config.kdl".source = import ../../packages/niri-config/default.nix {
inherit pkgs inputs;
self-pkgs = inputs.self.packages.${pkgs.system};
displays = [
{
name = "eDP-1";
horizontal-resolution = 2256;
horizontal-position = 0;
vertical-resolution = 1504;
framerate = "59.999";
}
];
};
};
};
};
"root" = import ./root.nix;
};