Cleanup and updates to outpost and living-room
This commit is contained in:
parent
5059b384c0
commit
adc3e3e458
3 changed files with 11 additions and 5 deletions
|
@ -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"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue