add new drive, comment out 1080p tv

This commit is contained in:
Nathan Braswell
2025-12-27 23:43:35 -05:00
parent 5822fd6227
commit 739f3a5d0e
2 changed files with 6 additions and 5 deletions

View File

@@ -96,11 +96,11 @@
programs.niri.settings = {
prefer-no-csd = true;
# TV at 1080 instead of 4k
outputs."DP-4".mode = {
width = 1920;
height = 1080;
refresh = 60.000;
};
#outputs."DP-4".mode = {
# width = 1920;
# height = 1080;
# refresh = 60.000;
#};
input.keyboard.xkb = {
options = "ctrl:nocaps";
};