Onizuka, enable sddm, remove old packages, flip screen
This commit is contained in:
parent
085e8e45ac
commit
29c2b1ce80
2 changed files with 2 additions and 9 deletions
|
|
@ -15,7 +15,7 @@
|
|||
sshd.enable = true;
|
||||
tailscale.enable = true;
|
||||
|
||||
tuigreet.enable = true;
|
||||
sddm.enable = true;
|
||||
niri.enable = true;
|
||||
|
||||
steam.enable = true;
|
||||
|
|
|
|||
|
|
@ -28,9 +28,8 @@
|
|||
mouse.accel = -0.53;
|
||||
outputs = {
|
||||
"DP-1" = {
|
||||
position = { x = 2560; y = -100; };
|
||||
position = { x = 2560; y = 0; };
|
||||
mode = { width = 2560; height = 1440; refresh = 144.000; };
|
||||
transform.rotation = 270;
|
||||
};
|
||||
"DP-2" = {
|
||||
position = { x = 0; y = 0; };
|
||||
|
|
@ -108,10 +107,4 @@
|
|||
discord.enable = true;
|
||||
|
||||
lutris.enable = true;
|
||||
|
||||
extraPkgs = with pkgs; [
|
||||
# Applications
|
||||
logseq
|
||||
claude-code
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue