Compare commits

...

2 Commits

Author SHA1 Message Date
Nathan Braswell
e7d11e541d Merge branch 'main' of https://forge.room409.xyz/miloignis/nix_config 2025-12-27 23:43:46 -05:00
Nathan Braswell
739f3a5d0e add new drive, comment out 1080p tv 2025-12-27 23:43:35 -05:00
2 changed files with 6 additions and 5 deletions

View File

@@ -298,6 +298,7 @@
fileSystems."/" = { device = "/dev/disk/by-uuid/ae8e4a92-53dd-49b5-bf3a-aeb9a109c01e"; fsType = "ext4"; }; fileSystems."/" = { device = "/dev/disk/by-uuid/ae8e4a92-53dd-49b5-bf3a-aeb9a109c01e"; fsType = "ext4"; };
fileSystems."/boot" = { device = "/dev/disk/by-uuid/28E9-0409"; fsType = "vfat"; }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/28E9-0409"; fsType = "vfat"; };
fileSystems."/nas_disk1" = { device = "/dev/disk/by-uuid/d7907ed2-2aff-4cfc-bb4d-fa46b3f1af57"; fsType = "ext4"; }; fileSystems."/nas_disk1" = { device = "/dev/disk/by-uuid/d7907ed2-2aff-4cfc-bb4d-fa46b3f1af57"; fsType = "ext4"; };
fileSystems."/nas_disk2" = { device = "/dev/disk/by-uuid/96f76bf1-4eee-420c-9dbc-222565e64478"; fsType = "ext4"; };
swapDevices = [ ]; swapDevices = [ ];
# END HARDWARE # END HARDWARE

View File

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