Onizuka, enable sddm, remove old packages, flip screen

This commit is contained in:
Julia Lange 2026-02-10 23:36:38 -08:00
parent 085e8e45ac
commit 29c2b1ce80
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto
2 changed files with 2 additions and 9 deletions

View file

@ -15,7 +15,7 @@
sshd.enable = true; sshd.enable = true;
tailscale.enable = true; tailscale.enable = true;
tuigreet.enable = true; sddm.enable = true;
niri.enable = true; niri.enable = true;
steam.enable = true; steam.enable = true;

View file

@ -28,9 +28,8 @@
mouse.accel = -0.53; mouse.accel = -0.53;
outputs = { outputs = {
"DP-1" = { "DP-1" = {
position = { x = 2560; y = -100; }; position = { x = 2560; y = 0; };
mode = { width = 2560; height = 1440; refresh = 144.000; }; mode = { width = 2560; height = 1440; refresh = 144.000; };
transform.rotation = 270;
}; };
"DP-2" = { "DP-2" = {
position = { x = 0; y = 0; }; position = { x = 0; y = 0; };
@ -108,10 +107,4 @@
discord.enable = true; discord.enable = true;
lutris.enable = true; lutris.enable = true;
extraPkgs = with pkgs; [
# Applications
logseq
claude-code
];
} }