Update flake inputs

This commit is contained in:
ulic-youthlic 2025-06-08 16:21:55 +08:00
parent e46a086ab3
commit 11e14b01f9
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
7 changed files with 47 additions and 97 deletions

View file

@ -2,7 +2,6 @@
inherit (inputs.niri-flake.lib.kdl) node leaf plain flag;
in {
david.programs.niri = {
DISPLAY = ":1";
extraConfig = let
output = node "output";
in [
@ -36,33 +35,5 @@ in {
(leaf "transform" "normal")
])
];
# settings = {
# outputs = {
# DP-1 = {
# mode = {
# width = 2560;
# height = 1440;
# refresh = 169.900;
# };
# scale = 1;
# position = {
# x = 0;
# y = 0;
# };
# };
# eDP-1 = {
# mode = {
# width = 2560;
# height = 1440;
# refresh = 165.003;
# };
# scale = 1.5;
# position = {
# x = 2560;
# y = 0;
# };
# };
# };
# };
};
}