Compare commits
3 commits
5c996e0885
...
0447a25a77
| Author | SHA1 | Date | |
|---|---|---|---|
| 0447a25a77 | |||
| 41e952efaf | |||
| ec38f08e3c |
2 changed files with 14 additions and 12 deletions
|
|
@ -27,8 +27,15 @@
|
|||
enable = true;
|
||||
mouse.accel = -0.53;
|
||||
outputs = {
|
||||
"DP-1".mode = { width = 2560; height = 1440; refresh = 144.000; };
|
||||
"DP-2".mode = { width = 2560; height = 1440; refresh = 144.000; };
|
||||
"DP-1" = {
|
||||
position = { x = 2560; y = -100; };
|
||||
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; };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -103,10 +110,8 @@
|
|||
lutris.enable = true;
|
||||
|
||||
extraPkgs = with pkgs; [
|
||||
# Applications
|
||||
ani-cli # Easy anime player
|
||||
lutgen # LUT generator
|
||||
prismlauncher # Minecraft launcher
|
||||
jdk8 # For playing older minecraft
|
||||
# Applications
|
||||
logseq
|
||||
claude-code
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,13 +12,10 @@
|
|||
else (if config.niri.enable then "niri" else null);
|
||||
in {
|
||||
enable = true;
|
||||
package = pkgs.greetd.tuigreet;
|
||||
package = pkgs.tuigreet;
|
||||
settings = {
|
||||
terminal = {
|
||||
vt = 2;
|
||||
};
|
||||
default_session = lib.mkIf (wm != null) {
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd ${wm}";
|
||||
command = "${pkgs.tuigreet}/bin/tuigreet --time --cmd ${wm}";
|
||||
user = "greeter";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue