Cleanup and updates to outpost and living-room

This commit is contained in:
Lauren Lagarde 2025-06-17 23:27:04 -05:00
parent 5059b384c0
commit adc3e3e458
3 changed files with 11 additions and 5 deletions

View file

@ -1,10 +1,15 @@
{ ... }: {
imports = [
../ll-nixos-full.nix
../ll-nixos-base.nix
../features/gpu/intel.nix
];
# Fix issue with HDMI passthrough
home-manager.users.lauren_lagarde = {
imports = [
../../modules/mlaga97-home-manager/programs/firefox.nix
];
# Fix issue with HDMI passthrough
xsession.windowManager.i3 = {
config.startup = [
{ command = "xrandr --output HDMI-1 --mode 1920x1080 --rate 60 --primary"; }