Compare commits
No commits in common. "0447a25a772df444d5db6739dcd214af765d724f" and "5c996e0885d2786f65bdb00d8bcd3b62bfc1f110" have entirely different histories.
0447a25a77
...
5c996e0885
2 changed files with 12 additions and 14 deletions
|
|
@ -27,15 +27,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
mouse.accel = -0.53;
|
mouse.accel = -0.53;
|
||||||
outputs = {
|
outputs = {
|
||||||
"DP-1" = {
|
"DP-1".mode = { width = 2560; height = 1440; refresh = 144.000; };
|
||||||
position = { x = 2560; y = -100; };
|
"DP-2".mode = { width = 2560; height = 1440; refresh = 144.000; };
|
||||||
mode = { width = 2560; height = 1440; refresh = 144.000; };
|
|
||||||
transform.rotation = 270;
|
|
||||||
};
|
|
||||||
"DP-2" = {
|
|
||||||
position = { x = 0; y = 0; };
|
|
||||||
mode = { width = 2560; height = 1440; refresh = 144.000; };
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -111,7 +104,9 @@
|
||||||
|
|
||||||
extraPkgs = with pkgs; [
|
extraPkgs = with pkgs; [
|
||||||
# Applications
|
# Applications
|
||||||
logseq
|
ani-cli # Easy anime player
|
||||||
claude-code
|
lutgen # LUT generator
|
||||||
|
prismlauncher # Minecraft launcher
|
||||||
|
jdk8 # For playing older minecraft
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,10 +12,13 @@
|
||||||
else (if config.niri.enable then "niri" else null);
|
else (if config.niri.enable then "niri" else null);
|
||||||
in {
|
in {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.tuigreet;
|
package = pkgs.greetd.tuigreet;
|
||||||
settings = {
|
settings = {
|
||||||
|
terminal = {
|
||||||
|
vt = 2;
|
||||||
|
};
|
||||||
default_session = lib.mkIf (wm != null) {
|
default_session = lib.mkIf (wm != null) {
|
||||||
command = "${pkgs.tuigreet}/bin/tuigreet --time --cmd ${wm}";
|
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd ${wm}";
|
||||||
user = "greeter";
|
user = "greeter";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue