Merge branch 'main' of forge.room409.xyz:miloignis/nix_config

This commit is contained in:
Nathan Braswell
2025-12-27 23:44:21 -05:00
2 changed files with 6 additions and 5 deletions

View File

@@ -296,6 +296,7 @@
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."/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 = [ ];
# END HARDWARE

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";
};